Color Hex Logo

#e972ff Color Hex

#E972FF
(233,114,255)
0 Favorites   0 Comments

Color spaces of #e972ff

RGB 233114255
HSL0.811.000.72
HSV291°55°100°
CMYK 0.090.550.00   0.00
XYZ57.671636.578398.6284
Yxy36.57830.29900.1896
Hunter Lab60.480064.3713-54.3518
CIE-Lab66.959465.7126-50.4797

#e972ff color RGB value is (233,114,255).

#e972ff hex color red value is 233, green value is 114 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e972ff hue: 0.81 , saturation: 1.00 and the lightness value of e972ff is 0.72.

The process color (four color CMYK) of #e972ff color hex is 0.09, 0.55, 0.00, 0.00. Web safe color of #e972ff is #ff66ff. Color #e972ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110010 11111111
Octal 351 162 377
Decimal 233 114 255
Hex E9 72 FF

RGB Percentages of Color #e972ff

%38.70
%18.94
%42.36

CMYK Percentages of Color #e972ff

%9
%55
%0
%0

Triadic Colors of #e972ff

#e972ff #ffe972 #72ffe9

Analogous Colors of #e972ff

#e972ff #ff72cf #a372ff

Monochromatic Colors of #e972ff

#e972ff

Complementary Color

#e972ff #88ff72

#e972ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e972ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e972ff Color CSS Codes

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

#e972ff Text Font Color

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

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


#e972ff Background Color

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

This div background color is #e972ff


#e972ff Border Color

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

This div border color is #e972ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e972ff


Comments

No comments written yet.

Please login to write comment.