Color Hex Logo

#d902dd Color Hex

#D902DD
(217,2,221)
0 Favorites   0 Comments

Color spaces of #d902dd

RGB 2172221
HSL0.830.980.44
HSV299°99°87°
CMYK 0.020.990.00   0.13
XYZ41.688120.015670.0728
Yxy20.01560.31640.1519
Hunter Lab44.738888.0354-61.5467
CIE-Lab51.854887.4152-55.6827

#d902dd color RGB value is (217,2,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000010 11011101
Octal 331 2 335
Decimal 217 2 221
Hex D9 2 DD

RGB Percentages of Color #d902dd

%49.32
%0.45
%50.23

CMYK Percentages of Color #d902dd

%2
%99
%0
%13

Triadic Colors of #d902dd

#d902dd #ddd902 #02ddd9

Analogous Colors of #d902dd

#d902dd #dd0274 #6c02dd

Monochromatic Colors of #d902dd

#d902dd

Complementary Color

#d902dd #06dd02

#d902dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d902dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d902dd Color CSS Codes

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

#d902dd Text Font Color

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

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


#d902dd Background Color

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

This div background color is #d902dd


#d902dd Border Color

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

This div border color is #d902dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d902dd


Comments

No comments written yet.

Please login to write comment.