Color Hex Logo

#e770ef Color Hex

#E770EF
(231,112,239)
0 Favorites   0 Comments

Color spaces of #e770ef

RGB 231112239
HSL0.820.800.69
HSV296°53°94°
CMYK 0.030.530.00   0.06
XYZ54.329234.809385.5168
Yxy34.80930.31110.1993
Hunter Lab58.999461.1215-44.6384
CIE-Lab65.599963.2318-43.8377

#e770ef color RGB value is (231,112,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110000 11101111
Octal 347 160 357
Decimal 231 112 239
Hex E7 70 EF

RGB Percentages of Color #e770ef

%39.69
%19.24
%41.07

CMYK Percentages of Color #e770ef

%3
%53
%0
%6

Triadic Colors of #e770ef

#e770ef #efe770 #70efe7

Analogous Colors of #e770ef

#e770ef #ef70b8 #a870ef

Monochromatic Colors of #e770ef

#e770ef

Complementary Color

#e770ef #78ef70

#e770ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e770ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e770ef Color CSS Codes

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

#e770ef Text Font Color

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

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


#e770ef Background Color

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

This div background color is #e770ef


#e770ef Border Color

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

This div border color is #e770ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e770ef


Comments

No comments written yet.

Please login to write comment.