Color Hex Logo

#5767cd Color Hex

#5767CD
(87,103,205)
0 Favorites   0 Comments

Color spaces of #5767cd

RGB 87103205
HSL0.640.540.57
HSV232°58°80°
CMYK 0.580.500.00   0.20
XYZ19.800216.134559.8283
Yxy16.13450.20680.1685
Hunter Lab40.167817.6957-60.1927
CIE-Lab47.150524.2013-54.9318

#5767cd color RGB value is (87,103,205).

#5767cd hex color red value is 87, green value is 103 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5767cd hue: 0.64 , saturation: 0.54 and the lightness value of 5767cd is 0.57.

The process color (four color CMYK) of #5767cd color hex is 0.58, 0.50, 0.00, 0.20. Web safe color of #5767cd is #6666cc. Color #5767cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100111 11001101
Octal 127 147 315
Decimal 87 103 205
Hex 57 67 CD

RGB Percentages of Color #5767cd

%22.03
%26.08
%51.90

CMYK Percentages of Color #5767cd

%58
%50
%0
%20

Triadic Colors of #5767cd

#5767cd #cd5767 #67cd57

Analogous Colors of #5767cd

#5767cd #8257cd #57a2cd

Monochromatic Colors of #5767cd

#5767cd

Complementary Color

#5767cd #cdbd57

#5767cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5767cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5767cd Color CSS Codes

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

#5767cd Text Font Color

<p style="color:#5767cd">Text here</p>

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


#5767cd Background Color

<div style="background-color:#5767cd">
Div content here</div>

This div background color is #5767cd


#5767cd Border Color

<div style="border:3px solid #5767cd">
Div here</div>

This div border color is #5767cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,103,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5767cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5767cd;
  -webkit-box-shadow: 1px 1px 3px 2px #5767cd;
  box-shadow:         1px 1px 3px 2px #5767cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,103,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5767cd


Comments

No comments written yet.

Please login to write comment.