Color Hex Logo

#5f19cb Color Hex

#5F19CB
(95,25,203)
0 Favorites   0 Comments

Color spaces of #5f19cb

RGB 9525203
HSL0.730.780.45
HSV264°88°80°
CMYK 0.530.880.00   0.20
XYZ15.84647.440057.1008
Yxy7.44000.19710.0926
Hunter Lab27.276455.9672-105.0252
CIE-Lab32.788364.8965-77.1660

#5f19cb color RGB value is (95,25,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 00011001 11001011
Octal 137 31 313
Decimal 95 25 203
Hex 5F 19 CB

RGB Percentages of Color #5f19cb

%29.41
%7.74
%62.85

CMYK Percentages of Color #5f19cb

%53
%88
%0
%20

Triadic Colors of #5f19cb

#5f19cb #cb5f19 #19cb5f

Analogous Colors of #5f19cb

#5f19cb #b819cb #192ccb

Monochromatic Colors of #5f19cb

#5f19cb

Complementary Color

#5f19cb #85cb19

#5f19cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f19cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f19cb Color CSS Codes

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

#5f19cb Text Font Color

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

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


#5f19cb Background Color

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

This div background color is #5f19cb


#5f19cb Border Color

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

This div border color is #5f19cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,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 #5f19cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f19cb


Comments

No comments written yet.

Please login to write comment.