Color Hex Logo

#d01ddd Color Hex

#D01DDD
(208,29,221)
0 Favorites   0 Comments

Color spaces of #d01ddd

RGB 20829221
HSL0.820.770.49
HSV296°87°87°
CMYK 0.060.870.00   0.13
XYZ39.502919.509170.0902
Yxy19.50910.30600.1511
Hunter Lab44.169182.3466-63.1666
CIE-Lab51.277683.1462-56.6923

#d01ddd color RGB value is (208,29,221).

#d01ddd hex color red value is 208, green value is 29 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d01ddd hue: 0.82 , saturation: 0.77 and the lightness value of d01ddd is 0.49.

The process color (four color CMYK) of #d01ddd color hex is 0.06, 0.87, 0.00, 0.13. Web safe color of #d01ddd is #cc33cc. Color #d01ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011101 11011101
Octal 320 35 335
Decimal 208 29 221
Hex D0 1D DD

RGB Percentages of Color #d01ddd

%45.41
%6.33
%48.25

CMYK Percentages of Color #d01ddd

%6
%87
%0
%13

Triadic Colors of #d01ddd

#d01ddd #ddd01d #1dddd0

Analogous Colors of #d01ddd

#d01ddd #dd1d8a #701ddd

Monochromatic Colors of #d01ddd

#d01ddd

Complementary Color

#d01ddd #2add1d

#d01ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01ddd Color CSS Codes

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

#d01ddd Text Font Color

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

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


#d01ddd Background Color

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

This div background color is #d01ddd


#d01ddd Border Color

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

This div border color is #d01ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01ddd


Comments

No comments written yet.

Please login to write comment.