Color Hex Logo

#5851cf Color Hex

#5851CF
(88,81,207)
0 Favorites   0 Comments

Color spaces of #5851cf

RGB 8881207
HSL0.680.570.56
HSV243°61°81°
CMYK 0.570.610.00   0.19
XYZ18.229412.464660.4766
Yxy12.46460.19990.1367
Hunter Lab35.305230.3820-76.8480
CIE-Lab41.945238.5827-64.4960

#5851cf color RGB value is (88,81,207).

#5851cf hex color red value is 88, green value is 81 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5851cf hue: 0.68 , saturation: 0.57 and the lightness value of 5851cf is 0.56.

The process color (four color CMYK) of #5851cf color hex is 0.57, 0.61, 0.00, 0.19. Web safe color of #5851cf is #6666cc. Color #5851cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010001 11001111
Octal 130 121 317
Decimal 88 81 207
Hex 58 51 CF

RGB Percentages of Color #5851cf

%23.40
%21.54
%55.05

CMYK Percentages of Color #5851cf

%57
%61
%0
%19

Triadic Colors of #5851cf

#5851cf #cf5851 #51cf58

Analogous Colors of #5851cf

#5851cf #9751cf #5189cf

Monochromatic Colors of #5851cf

#5851cf

Complementary Color

#5851cf #c8cf51

#5851cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5851cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5851cf Color CSS Codes

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

#5851cf Text Font Color

<p style="color:#5851cf">Text here</p>

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


#5851cf Background Color

<div style="background-color:#5851cf">
Div content here</div>

This div background color is #5851cf


#5851cf Border Color

<div style="border:3px solid #5851cf">
Div here</div>

This div border color is #5851cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,81,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5851cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5851cf;
  -webkit-box-shadow: 1px 1px 3px 2px #5851cf;
  box-shadow:         1px 1px 3px 2px #5851cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,81,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5851cf


Comments

No comments written yet.

Please login to write comment.