Color Hex Logo

#7f19cb Color Hex

#7F19CB
(127,25,203)
0 Favorites   0 Comments

Color spaces of #7f19cb

RGB 12725203
HSL0.760.780.45
HSV274°88°80°
CMYK 0.370.880.00   0.20
XYZ19.87959.519157.2895
Yxy9.51910.22930.1098
Hunter Lab30.853061.0199-88.4956
CIE-Lab36.965168.4987-70.1421

#7f19cb color RGB value is (127,25,203).

#7f19cb hex color red value is 127, green value is 25 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7f19cb hue: 0.76 , saturation: 0.78 and the lightness value of 7f19cb is 0.45.

The process color (four color CMYK) of #7f19cb color hex is 0.37, 0.88, 0.00, 0.20. Web safe color of #7f19cb is #6600cc. Color #7f19cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00011001 11001011
Octal 177 31 313
Decimal 127 25 203
Hex 7F 19 CB

RGB Percentages of Color #7f19cb

%35.77
%7.04
%57.18

CMYK Percentages of Color #7f19cb

%37
%88
%0
%20

Triadic Colors of #7f19cb

#7f19cb #cb7f19 #19cb7f

Analogous Colors of #7f19cb

#7f19cb #cb19be #2619cb

Monochromatic Colors of #7f19cb

#7f19cb

Complementary Color

#7f19cb #65cb19

#7f19cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f19cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f19cb Color CSS Codes

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

#7f19cb Text Font Color

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

This sample text font color is #7f19cb
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.


#7f19cb Background Color

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

This div background color is #7f19cb


#7f19cb Border Color

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

This div border color is #7f19cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,25,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f19cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f19cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7f19cb;
  box-shadow:         1px 1px 3px 2px #7f19cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,25,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f19cb


Comments

No comments written yet.

Please login to write comment.