Color Hex Logo

#d72eff Color Hex

#D72EFF
(215,46,255)
0 Favorites   0 Comments

Color spaces of #d72eff

RGB 21546255
HSL0.801.000.59
HSV289°82°100°
CMYK 0.160.820.00   0.00
XYZ47.051323.621196.6872
Yxy23.62110.28110.1411
Hunter Lab48.601587.7537-83.9296
CIE-Lab55.706486.4521-68.6035

#d72eff color RGB value is (215,46,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101110 11111111
Octal 327 56 377
Decimal 215 46 255
Hex D7 2E FF

RGB Percentages of Color #d72eff

%41.67
%8.91
%49.42

CMYK Percentages of Color #d72eff

%16
%82
%0
%0

Triadic Colors of #d72eff

#d72eff #ffd72e #2effd7

Analogous Colors of #d72eff

#d72eff #ff2ebf #6f2eff

Monochromatic Colors of #d72eff

#d72eff

Complementary Color

#d72eff #56ff2e

#d72eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72eff Color CSS Codes

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

#d72eff Text Font Color

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

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


#d72eff Background Color

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

This div background color is #d72eff


#d72eff Border Color

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

This div border color is #d72eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72eff


Comments

No comments written yet.

Please login to write comment.