Color Hex Logo

#5c87cd Color Hex

#5C87CD
(92,135,205)
0 Favorites   0 Comments

Color spaces of #5c87cd

RGB 92135205
HSL0.600.530.58
HSV217°55°80°
CMYK 0.550.340.00   0.20
XYZ24.097124.011061.1221
Yxy24.01100.22060.2198
Hunter Lab49.00102.0287-39.6555
CIE-Lab56.09885.6844-40.6761

#5c87cd color RGB value is (92,135,205).

#5c87cd hex color red value is 92, green value is 135 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5c87cd hue: 0.60 , saturation: 0.53 and the lightness value of 5c87cd is 0.58.

The process color (four color CMYK) of #5c87cd color hex is 0.55, 0.34, 0.00, 0.20. Web safe color of #5c87cd is #6699cc. Color #5c87cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10000111 11001101
Octal 134 207 315
Decimal 92 135 205
Hex 5C 87 CD

RGB Percentages of Color #5c87cd

%21.30
%31.25
%47.45

CMYK Percentages of Color #5c87cd

%55
%34
%0
%20

Triadic Colors of #5c87cd

#5c87cd #cd5c87 #87cd5c

Analogous Colors of #5c87cd

#5c87cd #6a5ccd #5cc0cd

Monochromatic Colors of #5c87cd

#5c87cd

Complementary Color

#5c87cd #cda25c

#5c87cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c87cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c87cd Color CSS Codes

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

#5c87cd Text Font Color

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

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


#5c87cd Background Color

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

This div background color is #5c87cd


#5c87cd Border Color

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

This div border color is #5c87cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,135,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5c87cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5c87cd;
  -webkit-box-shadow: 1px 1px 3px 2px #5c87cd;
  box-shadow:         1px 1px 3px 2px #5c87cd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c87cd


Comments

No comments written yet.

Please login to write comment.