Color Hex Logo

#5d81ce Color Hex

#5D81CE
(93,129,206)
0 Favorites   0 Comments

Color spaces of #5d81ce

RGB 93129206
HSL0.610.540.59
HSV221°55°81°
CMYK 0.550.370.00   0.19
XYZ23.505022.483961.4935
Yxy22.48390.21870.2092
Hunter Lab47.41725.5035-43.6988
CIE-Lab54.53679.8041-43.7028

#5d81ce color RGB value is (93,129,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10000001 11001110
Octal 135 201 316
Decimal 93 129 206
Hex 5D 81 CE

RGB Percentages of Color #5d81ce

%21.73
%30.14
%48.13

CMYK Percentages of Color #5d81ce

%55
%37
%0
%19

Triadic Colors of #5d81ce

#5d81ce #ce5d81 #81ce5d

Analogous Colors of #5d81ce

#5d81ce #725dce #5dbace

Monochromatic Colors of #5d81ce

#5d81ce

Complementary Color

#5d81ce #ceaa5d

#5d81ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d81ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d81ce Color CSS Codes

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

#5d81ce Text Font Color

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

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


#5d81ce Background Color

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

This div background color is #5d81ce


#5d81ce Border Color

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

This div border color is #5d81ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d81ce


Comments

No comments written yet.

Please login to write comment.