Color Hex Logo

#d72cca Color Hex

#D72CCA
(215,44,202)
0 Favorites   0 Comments

Color spaces of #d72cca

RGB 21544202
HSL0.850.680.51
HSV305°80°84°
CMYK 0.000.800.06   0.16
XYZ39.585720.512757.7501
Yxy20.51270.33590.1741
Hunter Lab45.290976.7554-43.8965
CIE-Lab52.412078.5170-43.9411

#d72cca color RGB value is (215,44,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101100 11001010
Octal 327 54 312
Decimal 215 44 202
Hex D7 2C CA

RGB Percentages of Color #d72cca

%46.64
%9.54
%43.82

CMYK Percentages of Color #d72cca

%0
%80
%6
%16

Triadic Colors of #d72cca

#d72cca #cad72c #2ccad7

Analogous Colors of #d72cca

#d72cca #d72c75 #8f2cd7

Monochromatic Colors of #d72cca

#d72cca

Complementary Color

#d72cca #2cd739

#d72cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72cca Color CSS Codes

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

#d72cca Text Font Color

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

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


#d72cca Background Color

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

This div background color is #d72cca


#d72cca Border Color

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

This div border color is #d72cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72cca


Comments

No comments written yet.

Please login to write comment.