Color Hex Logo

#d72cbd Color Hex

#D72CBD
(215,44,189)
0 Favorites   0 Comments

Color spaces of #d72cbd

RGB 21544189
HSL0.860.680.51
HSV309°80°84°
CMYK 0.000.800.12   0.16
XYZ38.110319.922649.9809
Yxy19.92260.35280.1844
Hunter Lab44.634774.2971-35.1472
CIE-Lab51.749676.6744-37.4710

#d72cbd color RGB value is (215,44,189).

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

The process color (four color CMYK) of #d72cbd color hex is 0.00, 0.80, 0.12, 0.16. Web safe color of #d72cbd is #cc33cc. Color #d72cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101100 10111101
Octal 327 54 275
Decimal 215 44 189
Hex D7 2C BD

RGB Percentages of Color #d72cbd

%47.99
%9.82
%42.19

CMYK Percentages of Color #d72cbd

%0
%80
%12
%16

Triadic Colors of #d72cbd

#d72cbd #bdd72c #2cbdd7

Analogous Colors of #d72cbd

#d72cbd #d72c68 #9c2cd7

Monochromatic Colors of #d72cbd

#d72cbd

Complementary Color

#d72cbd #2cd746

#d72cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72cbd Color CSS Codes

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

#d72cbd Text Font Color

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

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


#d72cbd Background Color

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

This div background color is #d72cbd


#d72cbd Border Color

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

This div border color is #d72cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72cbd


Comments

No comments written yet.

Please login to write comment.