Color Hex Logo

#d72fbf Color Hex

#D72FBF
(215,47,191)
0 Favorites   0 Comments

Color spaces of #d72fbf

RGB 21547191
HSL0.860.680.51
HSV309°78°84°
CMYK 0.000.780.11   0.16
XYZ38.444820.241751.1710
Yxy20.24170.35000.1843
Hunter Lab44.990873.7951-35.9409
CIE-Lab52.109476.1991-38.0656

#d72fbf color RGB value is (215,47,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101111 10111111
Octal 327 57 277
Decimal 215 47 191
Hex D7 2F BF

RGB Percentages of Color #d72fbf

%47.46
%10.38
%42.16

CMYK Percentages of Color #d72fbf

%0
%78
%11
%16

Triadic Colors of #d72fbf

#d72fbf #bfd72f #2fbfd7

Analogous Colors of #d72fbf

#d72fbf #d72f6b #9b2fd7

Monochromatic Colors of #d72fbf

#d72fbf

Complementary Color

#d72fbf #2fd747

#d72fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72fbf Color CSS Codes

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

#d72fbf Text Font Color

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

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


#d72fbf Background Color

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

This div background color is #d72fbf


#d72fbf Border Color

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

This div border color is #d72fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72fbf


Comments

No comments written yet.

Please login to write comment.