Color Hex Logo

#5751cf Color Hex

#5751CF
(87,81,207)
0 Favorites   0 Comments

Color spaces of #5751cf

RGB 8781207
HSL0.670.570.56
HSV243°61°81°
CMYK 0.580.610.00   0.19
XYZ18.135412.416160.4722
Yxy12.41610.19920.1364
Hunter Lab35.236530.2059-77.0868
CIE-Lab41.869938.4106-64.6217

#5751cf color RGB value is (87,81,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010001 11001111
Octal 127 121 317
Decimal 87 81 207
Hex 57 51 CF

RGB Percentages of Color #5751cf

%23.20
%21.60
%55.20

CMYK Percentages of Color #5751cf

%58
%61
%0
%19

Triadic Colors of #5751cf

#5751cf #cf5751 #51cf57

Analogous Colors of #5751cf

#5751cf #9651cf #518acf

Monochromatic Colors of #5751cf

#5751cf

Complementary Color

#5751cf #c9cf51

#5751cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5751cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5751cf Color CSS Codes

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

#5751cf Text Font Color

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

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


#5751cf Background Color

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

This div background color is #5751cf


#5751cf Border Color

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

This div border color is #5751cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5751cf


Comments

No comments written yet.

Please login to write comment.