Color Hex Logo

#d72add Color Hex

#D72ADD
(215,42,221)
0 Favorites   0 Comments

Color spaces of #d72add

RGB 21542221
HSL0.830.720.52
HSV298°81°87°
CMYK 0.030.810.00   0.13
XYZ41.903421.323570.3139
Yxy21.32350.31380.1597
Hunter Lab46.177481.1684-57.9562
CIE-Lab53.301781.8314-53.3859

#d72add color RGB value is (215,42,221).

#d72add hex color red value is 215, green value is 42 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d72add hue: 0.83 , saturation: 0.72 and the lightness value of d72add is 0.52.

The process color (four color CMYK) of #d72add color hex is 0.03, 0.81, 0.00, 0.13. Web safe color of #d72add is #cc33cc. Color #d72add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101010 11011101
Octal 327 52 335
Decimal 215 42 221
Hex D7 2A DD

RGB Percentages of Color #d72add

%44.98
%8.79
%46.23

CMYK Percentages of Color #d72add

%3
%81
%0
%13

Triadic Colors of #d72add

#d72add #ddd72a #2addd7

Analogous Colors of #d72add

#d72add #dd2a8a #7e2add

Monochromatic Colors of #d72add

#d72add

Complementary Color

#d72add #30dd2a

#d72add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72add Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72add Color CSS Codes

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

#d72add Text Font Color

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

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


#d72add Background Color

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

This div background color is #d72add


#d72add Border Color

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

This div border color is #d72add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72add


Comments

No comments written yet.

Please login to write comment.