Color Hex Logo

#d72efa Color Hex

#D72EFA
(215,46,250)
0 Favorites   0 Comments

Color spaces of #d72efa

RGB 21546250
HSL0.800.950.58
HSV290°82°98°
CMYK 0.140.820.00   0.02
XYZ46.256623.303292.5024
Yxy23.30320.28540.1438
Hunter Lab48.273486.5641-79.8213
CIE-Lab55.383385.6054-66.3462

#d72efa color RGB value is (215,46,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101110 11111010
Octal 327 56 372
Decimal 215 46 250
Hex D7 2E FA

RGB Percentages of Color #d72efa

%42.07
%9.00
%48.92

CMYK Percentages of Color #d72efa

%14
%82
%0
%2

Triadic Colors of #d72efa

#d72efa #fad72e #2efad7

Analogous Colors of #d72efa

#d72efa #fa2eb7 #712efa

Monochromatic Colors of #d72efa

#d72efa

Complementary Color

#d72efa #51fa2e

#d72efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72efa Color CSS Codes

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

#d72efa Text Font Color

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

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


#d72efa Background Color

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

This div background color is #d72efa


#d72efa Border Color

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

This div border color is #d72efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72efa


Comments

No comments written yet.

Please login to write comment.