Color Hex Logo

#d72fc2 Color Hex

#D72FC2
(215,47,194)
0 Favorites   0 Comments

Color spaces of #d72fc2

RGB 21547194
HSL0.850.680.51
HSV308°78°84°
CMYK 0.000.780.10   0.16
XYZ38.778520.375152.9279
Yxy20.37510.34600.1818
Hunter Lab45.138874.3556-37.9239
CIE-Lab52.258776.6224-39.5678

#d72fc2 color RGB value is (215,47,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101111 11000010
Octal 327 57 302
Decimal 215 47 194
Hex D7 2F C2

RGB Percentages of Color #d72fc2

%47.15
%10.31
%42.54

CMYK Percentages of Color #d72fc2

%0
%78
%10
%16

Triadic Colors of #d72fc2

#d72fc2 #c2d72f #2fc2d7

Analogous Colors of #d72fc2

#d72fc2 #d72f6e #982fd7

Monochromatic Colors of #d72fc2

#d72fc2

Complementary Color

#d72fc2 #2fd744

#d72fc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72fc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72fc2 Color CSS Codes

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

#d72fc2 Text Font Color

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

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


#d72fc2 Background Color

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

This div background color is #d72fc2


#d72fc2 Border Color

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

This div border color is #d72fc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72fc2


Comments

No comments written yet.

Please login to write comment.