Color Hex Logo

#e770ff Color Hex

#E770FF
(231,112,255)
0 Favorites   0 Comments

Color spaces of #e770ff

RGB 231112255
HSL0.811.000.72
HSV290°56°100°
CMYK 0.090.560.00   0.00
XYZ56.799235.797398.5237
Yxy35.79730.29720.1873
Hunter Lab59.830864.7514-55.7515
CIE-Lab66.364866.1306-51.4365

#e770ff color RGB value is (231,112,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110000 11111111
Octal 347 160 377
Decimal 231 112 255
Hex E7 70 FF

RGB Percentages of Color #e770ff

%38.63
%18.73
%42.64

CMYK Percentages of Color #e770ff

%9
%56
%0
%0

Triadic Colors of #e770ff

#e770ff #ffe770 #70ffe7

Analogous Colors of #e770ff

#e770ff #ff70d0 #a070ff

Monochromatic Colors of #e770ff

#e770ff

Complementary Color

#e770ff #88ff70

#e770ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e770ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e770ff Color CSS Codes

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

#e770ff Text Font Color

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

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


#e770ff Background Color

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

This div background color is #e770ff


#e770ff Border Color

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

This div border color is #e770ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e770ff

Related Colors


Comments

No comments written yet.

Please login to write comment.