Color Hex Logo

#e972eb Color Hex

#E972EB
(233,114,235)
0 Favorites   0 Comments

Color spaces of #e972eb

RGB 233114235
HSL0.830.750.68
HSV299°51°92°
CMYK 0.010.510.00   0.08
XYZ54.617035.356482.5431
Yxy35.35640.31660.2049
Hunter Lab59.461259.9006-40.6825
CIE-Lab66.025262.1301-40.9403

#e972eb color RGB value is (233,114,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110010 11101011
Octal 351 162 353
Decimal 233 114 235
Hex E9 72 EB

RGB Percentages of Color #e972eb

%40.03
%19.59
%40.38

CMYK Percentages of Color #e972eb

%1
%51
%0
%8

Triadic Colors of #e972eb

#e972eb #ebe972 #72ebe9

Analogous Colors of #e972eb

#e972eb #eb72b1 #ad72eb

Monochromatic Colors of #e972eb

#e972eb

Complementary Color

#e972eb #74eb72

#e972eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e972eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e972eb Color CSS Codes

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

#e972eb Text Font Color

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

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


#e972eb Background Color

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

This div background color is #e972eb


#e972eb Border Color

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

This div border color is #e972eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e972eb


Comments

No comments written yet.

Please login to write comment.