Color Hex Logo

#e770fe Color Hex

#E770FE
(231,112,254)
0 Favorites   0 Comments

Color spaces of #e770fe

RGB 231112254
HSL0.810.990.72
HSV290°56°100°
CMYK 0.090.560.00   0.00
XYZ56.638635.733097.6779
Yxy35.73300.29800.1880
Hunter Lab59.777164.5183-55.0380
CIE-Lab66.315465.9460-50.9664

#e770fe color RGB value is (231,112,254).

#e770fe hex color red value is 231, green value is 112 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e770fe hue: 0.81 , saturation: 0.99 and the lightness value of e770fe is 0.72.

The process color (four color CMYK) of #e770fe color hex is 0.09, 0.56, 0.00, 0.00. Web safe color of #e770fe is #ff66ff. Color #e770fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110000 11111110
Octal 347 160 376
Decimal 231 112 254
Hex E7 70 FE

RGB Percentages of Color #e770fe

%38.69
%18.76
%42.55

CMYK Percentages of Color #e770fe

%9
%56
%0
%0

Triadic Colors of #e770fe

#e770fe #fee770 #70fee7

Analogous Colors of #e770fe

#e770fe #fe70ce #a070fe

Monochromatic Colors of #e770fe

#e770fe

Complementary Color

#e770fe #87fe70

#e770fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e770fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e770fe Color CSS Codes

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

#e770fe Text Font Color

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

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


#e770fe Background Color

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

This div background color is #e770fe


#e770fe Border Color

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

This div border color is #e770fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e770fe


Comments

No comments written yet.

Please login to write comment.