Color Hex Logo

#5d5ddb Color Hex

#5D5DDB
(93,93,219)
0 Favorites   0 Comments

Color spaces of #5d5ddb

RGB 9393219
HSL0.670.640.61
HSV240°58°86°
CMYK 0.580.580.00   0.14
XYZ21.214715.270368.8472
Yxy15.27030.20140.1450
Hunter Lab39.077228.5210-77.1045
CIE-Lab46.002236.0471-64.7608

#5d5ddb color RGB value is (93,93,219).

#5d5ddb hex color red value is 93, green value is 93 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5d5ddb hue: 0.67 , saturation: 0.64 and the lightness value of 5d5ddb is 0.61.

The process color (four color CMYK) of #5d5ddb color hex is 0.58, 0.58, 0.00, 0.14. Web safe color of #5d5ddb is #6666cc. Color #5d5ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01011101 11011011
Octal 135 135 333
Decimal 93 93 219
Hex 5D 5D DB

RGB Percentages of Color #5d5ddb

%22.96
%22.96
%54.07

CMYK Percentages of Color #5d5ddb

%58
%58
%0
%14

Triadic Colors of #5d5ddb

#5d5ddb #db5d5d #5ddb5d

Analogous Colors of #5d5ddb

#5d5ddb #9c5ddb #5d9cdb

Monochromatic Colors of #5d5ddb

#5d5ddb

Complementary Color

#5d5ddb #dbdb5d

#5d5ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d5ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d5ddb Color CSS Codes

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

#5d5ddb Text Font Color

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

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


#5d5ddb Background Color

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

This div background color is #5d5ddb


#5d5ddb Border Color

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

This div border color is #5d5ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d5ddb


Comments

No comments written yet.

Please login to write comment.