color codes Logo

#7b019c color codes

#7B019C
(123,1,156)
0 Favorites   0 Comments

Color spaces of #7b019c

RGB 1231156
HSL0.800.990.31
HSV287°99°61°
CMYK 0.210.990.00   0.39
XYZ14.18006.633031.9854
Yxy6.63300.26860.1256
Hunter Lab25.754653.2081-55.6057
CIE-Lab30.956462.7870-51.9924

#7b019c color RGB value is (123,1,156).

#7b019c hex color red value is 123, green value is 1 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #7b019c hue: 0.80 , saturation: 0.99 and the lightness value of 7b019c is 0.31.

The process color (four color CMYK) of #7b019c color code is 0.21, 0.99, 0.00, 0.39. Web safe color of #7b019c is #660099. Color #7b019c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00000001 10011100
Octal 173 1 234
Decimal 123 1 156
Hex 7B 1 9C

RGB Percentages of Color #7b019c

%43.93
%0.36
%55.71

CMYK Percentages of Color #7b019c

%21
%99
%0
%39

Triadic Colors of #7b019c

#7b019c #9c7b01 #019c7b

Analogous Colors of #7b019c

#7b019c #9c0170 #2e019c

Monochromatic Colors of #7b019c

#7b019c

Complementary Color

#7b019c #229c01

#7b019c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b019c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b019c Color CSS Codes

.mybgcolor {background-color:#7b019c; } 
.myforecolor {color:#7b019c; }
.mybordercolor {border:3px solid #7b019c; }

#7b019c Text Font Color

<p style="color:#7b019c">Text here</p>

This sample text font color is #7b019c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7b019c Background Color

<div style="background-color:#7b019c">
Div content here</div>

This div background color is #7b019c


#7b019c Border Color

<div style="border:3px solid #7b019c">
Div here</div>

This div border color is #7b019c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,1,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7b019c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7b019c;
  -webkit-box-shadow: 1px 1px 3px 2px #7b019c;
  box-shadow:         1px 1px 3px 2px #7b019c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,1,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7b019c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7b019c;
  -webkit-box-shadow: 1px 1px 3px 2px #7b019c;
  box-shadow:         1px 1px 3px 2px #7b019c;">
Div content here</div>

This div box has shadow with color #7b019c


Comments

No comments written yet.

Please login to write comment.