Color Hex Logo

#5f39cb Color Hex

#5F39CB
(95,57,203)
0 Favorites   0 Comments

Color spaces of #5f39cb

RGB 9557203
HSL0.710.580.51
HSV256°72°80°
CMYK 0.530.720.00   0.20
XYZ16.96199.670957.4726
Yxy9.67090.20170.1150
Hunter Lab31.098142.9381-87.8057
CIE-Lab37.245251.9973-69.8310

#5f39cb color RGB value is (95,57,203).

#5f39cb hex color red value is 95, green value is 57 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5f39cb hue: 0.71 , saturation: 0.58 and the lightness value of 5f39cb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 00111001 11001011
Octal 137 71 313
Decimal 95 57 203
Hex 5F 39 CB

RGB Percentages of Color #5f39cb

%26.76
%16.06
%57.18

CMYK Percentages of Color #5f39cb

%53
%72
%0
%20

Triadic Colors of #5f39cb

#5f39cb #cb5f39 #39cb5f

Analogous Colors of #5f39cb

#5f39cb #a839cb #395ccb

Monochromatic Colors of #5f39cb

#5f39cb

Complementary Color

#5f39cb #a5cb39

#5f39cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f39cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f39cb Color CSS Codes

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

#5f39cb Text Font Color

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

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


#5f39cb Background Color

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

This div background color is #5f39cb


#5f39cb Border Color

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

This div border color is #5f39cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f39cb


Comments

No comments written yet.

Please login to write comment.