Color Hex Logo

#d03add Color Hex

#D03ADD
(208,58,221)
0 Favorites   0 Comments

Color spaces of #d03add

RGB 20858221
HSL0.820.710.55
HSV295°74°87°
CMYK 0.060.740.00   0.13
XYZ40.576621.656570.4481
Yxy21.65650.30580.1632
Hunter Lab46.536574.2005-57.1790
CIE-Lab53.660676.2249-52.8770

#d03add color RGB value is (208,58,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111010 11011101
Octal 320 72 335
Decimal 208 58 221
Hex D0 3A DD

RGB Percentages of Color #d03add

%42.71
%11.91
%45.38

CMYK Percentages of Color #d03add

%6
%74
%0
%13

Triadic Colors of #d03add

#d03add #ddd03a #3addd0

Analogous Colors of #d03add

#d03add #dd3a99 #7f3add

Monochromatic Colors of #d03add

#d03add

Complementary Color

#d03add #47dd3a

#d03add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03add Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03add Color CSS Codes

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

#d03add Text Font Color

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

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


#d03add Background Color

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

This div background color is #d03add


#d03add Border Color

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

This div border color is #d03add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03add


Comments

No comments written yet.

Please login to write comment.