Color Hex Logo

#d72888 Color Hex

#D72888
(215,40,136)
0 Favorites   0 Comments

Color spaces of #d72888

RGB 21540136
HSL0.910.690.50
HSV327°81°84°
CMYK 0.000.810.37   0.16
XYZ33.227117.742224.9659
Yxy17.74220.43760.2336
Hunter Lab42.121567.0953-5.6568
CIE-Lab49.181971.2694-10.0299

#d72888 color RGB value is (215,40,136).

#d72888 hex color red value is 215, green value is 40 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #d72888 hue: 0.91 , saturation: 0.69 and the lightness value of d72888 is 0.50.

The process color (four color CMYK) of #d72888 color hex is 0.00, 0.81, 0.37, 0.16. Web safe color of #d72888 is #cc3399. Color #d72888 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101000 10001000
Octal 327 50 210
Decimal 215 40 136
Hex D7 28 88

RGB Percentages of Color #d72888

%54.99
%10.23
%34.78

CMYK Percentages of Color #d72888

%0
%81
%37
%16

Triadic Colors of #d72888

#d72888 #88d728 #2888d7

Analogous Colors of #d72888

#d72888 #d72830 #cf28d7

Monochromatic Colors of #d72888

#d72888

Complementary Color

#d72888 #28d777

#d72888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72888 Color CSS Codes

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

#d72888 Text Font Color

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

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


#d72888 Background Color

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

This div background color is #d72888


#d72888 Border Color

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

This div border color is #d72888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72888


Comments

No comments written yet.

Please login to write comment.