Color Hex Logo

#d05ddf Color Hex

#D05DDF
(208,93,223)
0 Favorites   0 Comments

Color spaces of #d05ddf

RGB 20893223
HSL0.810.670.62
HSV293°58°87°
CMYK 0.070.580.00   0.13
XYZ43.246126.566372.6605
Yxy26.56630.30350.1865
Hunter Lab51.542559.5688-47.5025
CIE-Lab58.570763.1422-46.2035

#d05ddf color RGB value is (208,93,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011101 11011111
Octal 320 135 337
Decimal 208 93 223
Hex D0 5D DF

RGB Percentages of Color #d05ddf

%39.69
%17.75
%42.56

CMYK Percentages of Color #d05ddf

%7
%58
%0
%13

Triadic Colors of #d05ddf

#d05ddf #dfd05d #5ddfd0

Analogous Colors of #d05ddf

#d05ddf #df5dad #8f5ddf

Monochromatic Colors of #d05ddf

#d05ddf

Complementary Color

#d05ddf #6cdf5d

#d05ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05ddf Color CSS Codes

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

#d05ddf Text Font Color

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

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


#d05ddf Background Color

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

This div background color is #d05ddf


#d05ddf Border Color

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

This div border color is #d05ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05ddf


Comments

No comments written yet.

Please login to write comment.