Color Hex Logo

#d72efb Color Hex

#D72EFB
(215,46,251)
0 Favorites   0 Comments

Color spaces of #d72efb

RGB 21546251
HSL0.800.960.58
HSV289°82°98°
CMYK 0.140.820.00   0.02
XYZ46.413923.366193.3306
Yxy23.36610.28460.1433
Hunter Lab48.338586.8007-80.6385
CIE-Lab55.447485.7741-66.7992

#d72efb color RGB value is (215,46,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101110 11111011
Octal 327 56 373
Decimal 215 46 251
Hex D7 2E FB

RGB Percentages of Color #d72efb

%41.99
%8.98
%49.02

CMYK Percentages of Color #d72efb

%14
%82
%0
%2

Triadic Colors of #d72efb

#d72efb #fbd72e #2efbd7

Analogous Colors of #d72efb

#d72efb #fb2eb9 #712efb

Monochromatic Colors of #d72efb

#d72efb

Complementary Color

#d72efb #52fb2e

#d72efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72efb Color CSS Codes

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

#d72efb Text Font Color

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

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


#d72efb Background Color

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

This div background color is #d72efb


#d72efb Border Color

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

This div border color is #d72efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72efb


Comments

No comments written yet.

Please login to write comment.