Color Hex Logo

#5f38cb Color Hex

#5F38CB
(95,56,203)
0 Favorites   0 Comments

Color spaces of #5f38cb

RGB 9556203
HSL0.710.590.51
HSV256°72°80°
CMYK 0.530.720.00   0.20
XYZ16.91309.573057.4563
Yxy9.57300.20150.1140
Hunter Lab30.940343.4287-88.4438
CIE-Lab37.064952.5036-70.1266

#5f38cb color RGB value is (95,56,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 00111000 11001011
Octal 137 70 313
Decimal 95 56 203
Hex 5F 38 CB

RGB Percentages of Color #5f38cb

%26.84
%15.82
%57.34

CMYK Percentages of Color #5f38cb

%53
%72
%0
%20

Triadic Colors of #5f38cb

#5f38cb #cb5f38 #38cb5f

Analogous Colors of #5f38cb

#5f38cb #a938cb #385acb

Monochromatic Colors of #5f38cb

#5f38cb

Complementary Color

#5f38cb #a4cb38

#5f38cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f38cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f38cb Color CSS Codes

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

#5f38cb Text Font Color

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

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


#5f38cb Background Color

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

This div background color is #5f38cb


#5f38cb Border Color

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

This div border color is #5f38cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f38cb


Comments

No comments written yet.

Please login to write comment.