Color Hex Logo

#d72ca2 Color Hex

#D72CA2
(215,44,162)
0 Favorites   0 Comments

Color spaces of #d72ca2

RGB 21544162
HSL0.880.680.51
HSV319°80°84°
CMYK 0.000.800.25   0.16
XYZ35.446618.857135.9540
Yxy18.85710.39270.2089
Hunter Lab43.424869.7120-18.6925
CIE-Lab50.519673.1778-23.5485

#d72ca2 color RGB value is (215,44,162).

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

The process color (four color CMYK) of #d72ca2 color hex is 0.00, 0.80, 0.25, 0.16. Web safe color of #d72ca2 is #cc3399. Color #d72ca2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101100 10100010
Octal 327 54 242
Decimal 215 44 162
Hex D7 2C A2

RGB Percentages of Color #d72ca2

%51.07
%10.45
%38.48

CMYK Percentages of Color #d72ca2

%0
%80
%25
%16

Triadic Colors of #d72ca2

#d72ca2 #a2d72c #2ca2d7

Analogous Colors of #d72ca2

#d72ca2 #d72c4c #b72cd7

Monochromatic Colors of #d72ca2

#d72ca2

Complementary Color

#d72ca2 #2cd761

#d72ca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72ca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72ca2 Color CSS Codes

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

#d72ca2 Text Font Color

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

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


#d72ca2 Background Color

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

This div background color is #d72ca2


#d72ca2 Border Color

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

This div border color is #d72ca2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72ca2


Comments

No comments written yet.

Please login to write comment.