Color Hex Logo

#d72bbf Color Hex

#D72BBF
(215,43,191)
0 Favorites   0 Comments

Color spaces of #d72bbf

RGB 21543191
HSL0.860.680.51
HSV308°80°84°
CMYK 0.000.800.11   0.16
XYZ38.292219.936451.1201
Yxy19.93640.35020.1823
Hunter Lab44.650274.9445-36.6261
CIE-Lab51.765277.1926-38.6074

#d72bbf color RGB value is (215,43,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101011 10111111
Octal 327 53 277
Decimal 215 43 191
Hex D7 2B BF

RGB Percentages of Color #d72bbf

%47.88
%9.58
%42.54

CMYK Percentages of Color #d72bbf

%0
%80
%11
%16

Triadic Colors of #d72bbf

#d72bbf #bfd72b #2bbfd7

Analogous Colors of #d72bbf

#d72bbf #d72b69 #992bd7

Monochromatic Colors of #d72bbf

#d72bbf

Complementary Color

#d72bbf #2bd743

#d72bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72bbf Color CSS Codes

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

#d72bbf Text Font Color

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

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


#d72bbf Background Color

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

This div background color is #d72bbf


#d72bbf Border Color

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

This div border color is #d72bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72bbf


Comments

No comments written yet.

Please login to write comment.