color codes Logo

#5d66cd color codes

#5D66CD
(93,102,205)
0 Favorites   0 Comments

Color spaces of #5d66cd

RGB 93102205
HSL0.650.530.58
HSV235°55°80°
CMYK 0.550.500.00   0.20
XYZ20.285016.237759.8227
Yxy16.23770.21050.1685
Hunter Lab40.296019.3388-59.8136
CIE-Lab47.284826.0217-54.6951

#5d66cd color RGB value is (93,102,205).

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

The process color (four color CMYK) of #5d66cd color code is 0.55, 0.50, 0.00, 0.20. Web safe color of #5d66cd is #6666cc. Color #5d66cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01100110 11001101
Octal 135 146 315
Decimal 93 102 205
Hex 5D 66 CD

RGB Percentages of Color #5d66cd

%23.25
%25.50
%51.25

CMYK Percentages of Color #5d66cd

%55
%50
%0
%20

Triadic Colors of #5d66cd

#5d66cd #cd5d66 #66cd5d

Analogous Colors of #5d66cd

#5d66cd #8c5dcd #5d9ecd

Monochromatic Colors of #5d66cd

#5d66cd

Complementary Color

#5d66cd #cdc45d

#5d66cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d66cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d66cd Color CSS Codes

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

#5d66cd Text Font Color

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

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


#5d66cd Background Color

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

This div background color is #5d66cd


#5d66cd Border Color

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

This div border color is #5d66cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d66cd


Comments

No comments written yet.

Please login to write comment.