Color Hex Logo

#d72dca Color Hex

#D72DCA
(215,45,202)
0 Favorites   0 Comments

Color spaces of #d72dca

RGB 21545202
HSL0.850.680.51
HSV305°79°84°
CMYK 0.000.790.06   0.16
XYZ39.623420.588157.7626
Yxy20.58810.33590.1745
Hunter Lab45.374176.4722-43.7161
CIE-Lab52.495778.2746-43.8084

#d72dca color RGB value is (215,45,202).

#d72dca hex color red value is 215, green value is 45 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d72dca hue: 0.85 , saturation: 0.68 and the lightness value of d72dca is 0.51.

The process color (four color CMYK) of #d72dca color hex is 0.00, 0.79, 0.06, 0.16. Web safe color of #d72dca is #cc33cc. Color #d72dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101101 11001010
Octal 327 55 312
Decimal 215 45 202
Hex D7 2D CA

RGB Percentages of Color #d72dca

%46.54
%9.74
%43.72

CMYK Percentages of Color #d72dca

%0
%79
%6
%16

Triadic Colors of #d72dca

#d72dca #cad72d #2dcad7

Analogous Colors of #d72dca

#d72dca #d72d75 #8f2dd7

Monochromatic Colors of #d72dca

#d72dca

Complementary Color

#d72dca #2dd73a

#d72dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72dca Color CSS Codes

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

#d72dca Text Font Color

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

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


#d72dca Background Color

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

This div background color is #d72dca


#d72dca Border Color

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

This div border color is #d72dca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,45,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d72dca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72dca


Comments

No comments written yet.

Please login to write comment.