Color Hex Logo

#d03ddd Color Hex

#D03DDD
(208,61,221)
0 Favorites   0 Comments

Color spaces of #d03ddd

RGB 20861221
HSL0.820.700.55
HSV295°72°87°
CMYK 0.060.720.00   0.13
XYZ40.732321.967870.5000
Yxy21.96780.30580.1649
Hunter Lab46.869873.1036-56.3731
CIE-Lab53.992875.2740-52.3467

#d03ddd color RGB value is (208,61,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111101 11011101
Octal 320 75 335
Decimal 208 61 221
Hex D0 3D DD

RGB Percentages of Color #d03ddd

%42.45
%12.45
%45.10

CMYK Percentages of Color #d03ddd

%6
%72
%0
%13

Triadic Colors of #d03ddd

#d03ddd #ddd03d #3dddd0

Analogous Colors of #d03ddd

#d03ddd #dd3d9a #803ddd

Monochromatic Colors of #d03ddd

#d03ddd

Complementary Color

#d03ddd #4add3d

#d03ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03ddd Color CSS Codes

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

#d03ddd Text Font Color

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

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


#d03ddd Background Color

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

This div background color is #d03ddd


#d03ddd Border Color

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

This div border color is #d03ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,61,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 #d03ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03ddd


Comments

No comments written yet.

Please login to write comment.