Color Hex Logo

#e772ef Color Hex

#E772EF
(231,114,239)
0 Favorites   0 Comments

Color spaces of #e772ef

RGB 231114239
HSL0.820.800.69
HSV296°52°94°
CMYK 0.030.520.00   0.06
XYZ54.552335.255585.5911
Yxy35.25550.31100.2010
Hunter Lab59.376360.0891-43.9032
CIE-Lab65.947162.3025-43.2925

#e772ef color RGB value is (231,114,239).

#e772ef hex color red value is 231, green value is 114 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e772ef hue: 0.82 , saturation: 0.80 and the lightness value of e772ef is 0.69.

The process color (four color CMYK) of #e772ef color hex is 0.03, 0.52, 0.00, 0.06. Web safe color of #e772ef is #ff66ff. Color #e772ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110010 11101111
Octal 347 162 357
Decimal 231 114 239
Hex E7 72 EF

RGB Percentages of Color #e772ef

%39.55
%19.52
%40.92

CMYK Percentages of Color #e772ef

%3
%52
%0
%6

Triadic Colors of #e772ef

#e772ef #efe772 #72efe7

Analogous Colors of #e772ef

#e772ef #ef72b9 #a972ef

Monochromatic Colors of #e772ef

#e772ef

Complementary Color

#e772ef #7aef72

#e772ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e772ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e772ef Color CSS Codes

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

#e772ef Text Font Color

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

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


#e772ef Background Color

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

This div background color is #e772ef


#e772ef Border Color

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

This div border color is #e772ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e772ef


Comments

No comments written yet.

Please login to write comment.