Color Hex Logo

#d72dfa Color Hex

#D72DFA
(215,45,250)
0 Favorites   0 Comments

Color spaces of #d72dfa

RGB 21545250
HSL0.800.950.58
HSV290°82°98°
CMYK 0.140.820.00   0.02
XYZ46.218023.226092.4896
Yxy23.22600.28540.1434
Hunter Lab48.193486.8452-80.0502
CIE-Lab55.304485.8362-66.4735

#d72dfa color RGB value is (215,45,250).

#d72dfa hex color red value is 215, green value is 45 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d72dfa hue: 0.80 , saturation: 0.95 and the lightness value of d72dfa is 0.58.

The process color (four color CMYK) of #d72dfa color hex is 0.14, 0.82, 0.00, 0.02. Web safe color of #d72dfa is #cc33ff. Color #d72dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101101 11111010
Octal 327 55 372
Decimal 215 45 250
Hex D7 2D FA

RGB Percentages of Color #d72dfa

%42.16
%8.82
%49.02

CMYK Percentages of Color #d72dfa

%14
%82
%0
%2

Triadic Colors of #d72dfa

#d72dfa #fad72d #2dfad7

Analogous Colors of #d72dfa

#d72dfa #fa2db7 #712dfa

Monochromatic Colors of #d72dfa

#d72dfa

Complementary Color

#d72dfa #50fa2d

#d72dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72dfa Color CSS Codes

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

#d72dfa Text Font Color

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

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


#d72dfa Background Color

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

This div background color is #d72dfa


#d72dfa Border Color

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

This div border color is #d72dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72dfa


Comments

No comments written yet.

Please login to write comment.