Color Hex Logo

#e772ea Color Hex

#E772EA
(231,114,234)
0 Favorites   0 Comments

Color spaces of #e772ea

RGB 231114234
HSL0.830.740.68
HSV299°51°92°
CMYK 0.010.510.00   0.08
XYZ53.823634.964181.7538
Yxy34.96410.31560.2050
Hunter Lab59.130459.0017-40.5831
CIE-Lab65.720761.4199-40.8822

#e772ea color RGB value is (231,114,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110010 11101010
Octal 347 162 352
Decimal 231 114 234
Hex E7 72 EA

RGB Percentages of Color #e772ea

%39.90
%19.69
%40.41

CMYK Percentages of Color #e772ea

%1
%51
%0
%8

Triadic Colors of #e772ea

#e772ea #eae772 #72eae7

Analogous Colors of #e772ea

#e772ea #ea72b1 #ab72ea

Monochromatic Colors of #e772ea

#e772ea

Complementary Color

#e772ea #75ea72

#e772ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e772ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e772ea Color CSS Codes

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

#e772ea Text Font Color

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

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


#e772ea Background Color

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

This div background color is #e772ea


#e772ea Border Color

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

This div border color is #e772ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e772ea


Comments

No comments written yet.

Please login to write comment.