Color Hex Logo

#d72eaa Color Hex

#D72EAA
(215,46,170)
0 Favorites   0 Comments

Color spaces of #d72eaa

RGB 21546170
HSL0.880.680.51
HSV316°79°84°
CMYK 0.000.790.21   0.16
XYZ36.257019.303339.8452
Yxy19.30330.38000.2023
Hunter Lab43.935570.4168-23.0153
CIE-Lab51.040273.6560-27.4681

#d72eaa color RGB value is (215,46,170).

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

The process color (four color CMYK) of #d72eaa color hex is 0.00, 0.79, 0.21, 0.16. Web safe color of #d72eaa is #cc3399. Color #d72eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101110 10101010
Octal 327 56 252
Decimal 215 46 170
Hex D7 2E AA

RGB Percentages of Color #d72eaa

%49.88
%10.67
%39.44

CMYK Percentages of Color #d72eaa

%0
%79
%21
%16

Triadic Colors of #d72eaa

#d72eaa #aad72e #2eaad7

Analogous Colors of #d72eaa

#d72eaa #d72e55 #b02ed7

Monochromatic Colors of #d72eaa

#d72eaa

Complementary Color

#d72eaa #2ed75b

#d72eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72eaa Color CSS Codes

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

#d72eaa Text Font Color

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

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


#d72eaa Background Color

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

This div background color is #d72eaa


#d72eaa Border Color

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

This div border color is #d72eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72eaa


Comments

No comments written yet.

Please login to write comment.