Color Hex Logo

#d72bbd Color Hex

#D72BBD
(215,43,189)
0 Favorites   0 Comments

Color spaces of #d72bbd

RGB 21543189
HSL0.860.680.51
HSV309°80°84°
CMYK 0.000.800.12   0.16
XYZ38.073519.848949.9686
Yxy19.84890.35290.1840
Hunter Lab44.552174.5770-35.3118
CIE-Lab51.665976.9162-37.6025

#d72bbd color RGB value is (215,43,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101011 10111101
Octal 327 53 275
Decimal 215 43 189
Hex D7 2B BD

RGB Percentages of Color #d72bbd

%48.10
%9.62
%42.28

CMYK Percentages of Color #d72bbd

%0
%80
%12
%16

Triadic Colors of #d72bbd

#d72bbd #bdd72b #2bbdd7

Analogous Colors of #d72bbd

#d72bbd #d72b67 #9b2bd7

Monochromatic Colors of #d72bbd

#d72bbd

Complementary Color

#d72bbd #2bd745

#d72bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72bbd Color CSS Codes

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

#d72bbd Text Font Color

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

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


#d72bbd Background Color

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

This div background color is #d72bbd


#d72bbd Border Color

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

This div border color is #d72bbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,43,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 #d72bbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72bbd


Comments

No comments written yet.

Please login to write comment.