Color Hex Logo

#d72eab Color Hex

#D72EAB
(215,46,171)
0 Favorites   0 Comments

Color spaces of #d72eab

RGB 21546171
HSL0.880.680.51
HSV316°79°84°
CMYK 0.000.790.20   0.16
XYZ36.352019.341340.3454
Yxy19.34130.37850.2014
Hunter Lab43.978770.5819-23.6066
CIE-Lab51.084173.7829-27.9885

#d72eab color RGB value is (215,46,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101110 10101011
Octal 327 56 253
Decimal 215 46 171
Hex D7 2E AB

RGB Percentages of Color #d72eab

%49.77
%10.65
%39.58

CMYK Percentages of Color #d72eab

%0
%79
%20
%16

Triadic Colors of #d72eab

#d72eab #abd72e #2eabd7

Analogous Colors of #d72eab

#d72eab #d72e56 #af2ed7

Monochromatic Colors of #d72eab

#d72eab

Complementary Color

#d72eab #2ed75a

#d72eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72eab Color CSS Codes

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

#d72eab Text Font Color

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

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


#d72eab Background Color

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

This div background color is #d72eab


#d72eab Border Color

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

This div border color is #d72eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72eab


Comments

No comments written yet.

Please login to write comment.