Color Hex Logo

#d003df Color Hex

#D003DF
(208,3,223)
0 Favorites   0 Comments

Color spaces of #d003df

RGB 2083223
HSL0.820.970.44
HSV296°99°87°
CMYK 0.070.990.00   0.13
XYZ39.364318.802771.3666
Yxy18.80270.30390.1452
Hunter Lab43.362186.1595-67.2278
CIE-Lab50.455686.2524-59.1515

#d003df color RGB value is (208,3,223).

#d003df hex color red value is 208, green value is 3 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d003df hue: 0.82 , saturation: 0.97 and the lightness value of d003df is 0.44.

The process color (four color CMYK) of #d003df color hex is 0.07, 0.99, 0.00, 0.13. Web safe color of #d003df is #cc00cc. Color #d003df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000011 11011111
Octal 320 3 337
Decimal 208 3 223
Hex D0 3 DF

RGB Percentages of Color #d003df

%47.93
%0.69
%51.38

CMYK Percentages of Color #d003df

%7
%99
%0
%13

Triadic Colors of #d003df

#d003df #dfd003 #03dfd0

Analogous Colors of #d003df

#d003df #df0380 #6203df

Monochromatic Colors of #d003df

#d003df

Complementary Color

#d003df #12df03

#d003df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d003df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d003df Color CSS Codes

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

#d003df Text Font Color

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

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


#d003df Background Color

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

This div background color is #d003df


#d003df Border Color

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

This div border color is #d003df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d003df


Comments

No comments written yet.

Please login to write comment.