Color Hex Logo

#5c85ce Color Hex

#5C85CE
(92,133,206)
0 Favorites   0 Comments

Color spaces of #5c85ce

RGB 92133206
HSL0.610.540.58
HSV218°55°81°
CMYK 0.550.350.00   0.19
XYZ23.941723.506661.6679
Yxy23.50660.21940.2154
Hunter Lab48.48363.2988-41.4744
CIE-Lab55.59047.1942-42.0423

#5c85ce color RGB value is (92,133,206).

#5c85ce hex color red value is 92, green value is 133 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5c85ce hue: 0.61 , saturation: 0.54 and the lightness value of 5c85ce is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10000101 11001110
Octal 134 205 316
Decimal 92 133 206
Hex 5C 85 CE

RGB Percentages of Color #5c85ce

%21.35
%30.86
%47.80

CMYK Percentages of Color #5c85ce

%55
%35
%0
%19

Triadic Colors of #5c85ce

#5c85ce #ce5c85 #85ce5c

Analogous Colors of #5c85ce

#5c85ce #6c5cce #5cbece

Monochromatic Colors of #5c85ce

#5c85ce

Complementary Color

#5c85ce #cea55c

#5c85ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c85ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c85ce Color CSS Codes

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

#5c85ce Text Font Color

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

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


#5c85ce Background Color

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

This div background color is #5c85ce


#5c85ce Border Color

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

This div border color is #5c85ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,133,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c85ce


Comments

No comments written yet.

Please login to write comment.