Color Hex Logo

#d05dde Color Hex

#D05DDE
(208,93,222)
0 Favorites   0 Comments

Color spaces of #d05dde

RGB 20893222
HSL0.820.660.62
HSV293°58°87°
CMYK 0.060.580.00   0.13
XYZ43.111626.512571.9524
Yxy26.51250.30450.1873
Hunter Lab51.490359.3458-46.8085
CIE-Lab58.520362.9602-45.7207

#d05dde color RGB value is (208,93,222).

#d05dde hex color red value is 208, green value is 93 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d05dde hue: 0.82 , saturation: 0.66 and the lightness value of d05dde is 0.62.

The process color (four color CMYK) of #d05dde color hex is 0.06, 0.58, 0.00, 0.13. Web safe color of #d05dde is #cc66cc. Color #d05dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011101 11011110
Octal 320 135 336
Decimal 208 93 222
Hex D0 5D DE

RGB Percentages of Color #d05dde

%39.77
%17.78
%42.45

CMYK Percentages of Color #d05dde

%6
%58
%0
%13

Triadic Colors of #d05dde

#d05dde #ded05d #5dded0

Analogous Colors of #d05dde

#d05dde #de5dac #905dde

Monochromatic Colors of #d05dde

#d05dde

Complementary Color

#d05dde #6bde5d

#d05dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05dde Color CSS Codes

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

#d05dde Text Font Color

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

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


#d05dde Background Color

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

This div background color is #d05dde


#d05dde Border Color

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

This div border color is #d05dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05dde


Comments

No comments written yet.

Please login to write comment.