Color Hex Logo

#d72eaf Color Hex

#D72EAF
(215,46,175)
0 Favorites   0 Comments

Color spaces of #d72eaf

RGB 21546175
HSL0.870.680.51
HSV314°79°84°
CMYK 0.000.790.19   0.16
XYZ36.739219.496242.3842
Yxy19.49620.37250.1977
Hunter Lab44.154571.2524-26.0047
CIE-Lab51.262874.2971-30.0606

#d72eaf color RGB value is (215,46,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101110 10101111
Octal 327 56 257
Decimal 215 46 175
Hex D7 2E AF

RGB Percentages of Color #d72eaf

%49.31
%10.55
%40.14

CMYK Percentages of Color #d72eaf

%0
%79
%19
%16

Triadic Colors of #d72eaf

#d72eaf #afd72e #2eafd7

Analogous Colors of #d72eaf

#d72eaf #d72e5b #ab2ed7

Monochromatic Colors of #d72eaf

#d72eaf

Complementary Color

#d72eaf #2ed756

#d72eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72eaf Color CSS Codes

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

#d72eaf Text Font Color

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

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


#d72eaf Background Color

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

This div background color is #d72eaf


#d72eaf Border Color

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

This div border color is #d72eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72eaf


Comments

No comments written yet.

Please login to write comment.