Color Hex Logo

#5769cf Color Hex

#5769CF
(87,105,207)
0 Favorites   0 Comments

Color spaces of #5769cf

RGB 87105207
HSL0.640.560.58
HSV231°58°81°
CMYK 0.580.490.00   0.19
XYZ20.244516.634461.1752
Yxy16.63440.20650.1696
Hunter Lab40.785317.2274-60.3813
CIE-Lab47.796023.6192-55.0389

#5769cf color RGB value is (87,105,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01101001 11001111
Octal 127 151 317
Decimal 87 105 207
Hex 57 69 CF

RGB Percentages of Color #5769cf

%21.80
%26.32
%51.88

CMYK Percentages of Color #5769cf

%58
%49
%0
%19

Triadic Colors of #5769cf

#5769cf #cf5769 #69cf57

Analogous Colors of #5769cf

#5769cf #8157cf #57a5cf

Monochromatic Colors of #5769cf

#5769cf

Complementary Color

#5769cf #cfbd57

#5769cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5769cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5769cf Color CSS Codes

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

#5769cf Text Font Color

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

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


#5769cf Background Color

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

This div background color is #5769cf


#5769cf Border Color

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

This div border color is #5769cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5769cf


Comments

No comments written yet.

Please login to write comment.