Color Hex Logo

#d72cbb Color Hex

#D72CBB
(215,44,187)
0 Favorites   0 Comments

Color spaces of #d72cbb

RGB 21544187
HSL0.860.680.51
HSV310°80°84°
CMYK 0.000.800.13   0.16
XYZ37.894719.836348.8452
Yxy19.83630.35560.1861
Hunter Lab44.538073.9336-33.8473
CIE-Lab51.651676.4001-36.4624

#d72cbb color RGB value is (215,44,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101100 10111011
Octal 327 54 273
Decimal 215 44 187
Hex D7 2C BB

RGB Percentages of Color #d72cbb

%48.21
%9.87
%41.93

CMYK Percentages of Color #d72cbb

%0
%80
%13
%16

Triadic Colors of #d72cbb

#d72cbb #bbd72c #2cbbd7

Analogous Colors of #d72cbb

#d72cbb #d72c66 #9e2cd7

Monochromatic Colors of #d72cbb

#d72cbb

Complementary Color

#d72cbb #2cd748

#d72cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72cbb Color CSS Codes

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

#d72cbb Text Font Color

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

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


#d72cbb Background Color

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

This div background color is #d72cbb


#d72cbb Border Color

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

This div border color is #d72cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72cbb


Comments

No comments written yet.

Please login to write comment.