Color Hex Logo

#d603dd Color Hex

#D603DD
(214,3,221)
0 Favorites   0 Comments

Color spaces of #d603dd

RGB 2143221
HSL0.830.970.44
HSV298°99°87°
CMYK 0.030.990.00   0.13
XYZ40.815319.581770.0351
Yxy19.58170.31290.1501
Hunter Lab44.251287.2006-62.8607
CIE-Lab51.360986.8742-56.5033

#d603dd color RGB value is (214,3,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000011 11011101
Octal 326 3 335
Decimal 214 3 221
Hex D6 3 DD

RGB Percentages of Color #d603dd

%48.86
%0.68
%50.46

CMYK Percentages of Color #d603dd

%3
%99
%0
%13

Triadic Colors of #d603dd

#d603dd #ddd603 #03ddd6

Analogous Colors of #d603dd

#d603dd #dd0377 #6903dd

Monochromatic Colors of #d603dd

#d603dd

Complementary Color

#d603dd #0add03

#d603dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d603dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d603dd Color CSS Codes

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

#d603dd Text Font Color

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

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


#d603dd Background Color

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

This div background color is #d603dd


#d603dd Border Color

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

This div border color is #d603dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d603dd


Comments

No comments written yet.

Please login to write comment.