Color Hex Logo

#e972ea Color Hex

#E972EA
(233,114,234)
0 Favorites   0 Comments

Color spaces of #e972ea

RGB 233114234
HSL0.830.740.68
HSV300°51°92°
CMYK 0.000.510.00   0.08
XYZ54.472935.298881.7842
Yxy35.29880.31750.2058
Hunter Lab59.412859.6862-40.0262
CIE-Lab65.980661.9563-40.4565

#e972ea color RGB value is (233,114,234).

#e972ea hex color red value is 233, green value is 114 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e972ea hue: 0.83 , saturation: 0.74 and the lightness value of e972ea is 0.68.

The process color (four color CMYK) of #e972ea color hex is 0.00, 0.51, 0.00, 0.08. Web safe color of #e972ea is #ff66ff. Color #e972ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110010 11101010
Octal 351 162 352
Decimal 233 114 234
Hex E9 72 EA

RGB Percentages of Color #e972ea

%40.10
%19.62
%40.28

CMYK Percentages of Color #e972ea

%0
%51
%0
%8

Triadic Colors of #e972ea

#e972ea #eae972 #72eae9

Analogous Colors of #e972ea

#e972ea #ea72af #ad72ea

Monochromatic Colors of #e972ea

#e972ea

Complementary Color

#e972ea #73ea72

#e972ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e972ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e972ea Color CSS Codes

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

#e972ea Text Font Color

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

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


#e972ea Background Color

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

This div background color is #e972ea


#e972ea Border Color

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

This div border color is #e972ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,114,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e972ea


Comments

No comments written yet.

Please login to write comment.