Color Hex Logo

#e790ff Color Hex

#E790FF
(231,144,255)
0 Favorites   0 Comments

Color spaces of #e790ff

RGB 231144255
HSL0.801.000.78
HSV287°44°100°
CMYK 0.090.440.00   0.00
XYZ60.978344.155499.9167
Yxy44.15540.29740.2153
Hunter Lab66.449547.5162-42.6366
CIE-Lab72.332250.4942-42.0552

#e790ff color RGB value is (231,144,255).

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

The process color (four color CMYK) of #e790ff color hex is 0.09, 0.44, 0.00, 0.00. Web safe color of #e790ff is #ff99ff. Color #e790ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010000 11111111
Octal 347 220 377
Decimal 231 144 255
Hex E7 90 FF

RGB Percentages of Color #e790ff

%36.67
%22.86
%40.48

CMYK Percentages of Color #e790ff

%9
%44
%0
%0

Triadic Colors of #e790ff

#e790ff #ffe790 #90ffe7

Analogous Colors of #e790ff

#e790ff #ff90e0 #b090ff

Monochromatic Colors of #e790ff

#e790ff

Complementary Color

#e790ff #a8ff90

#e790ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e790ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e790ff Color CSS Codes

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

#e790ff Text Font Color

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

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


#e790ff Background Color

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

This div background color is #e790ff


#e790ff Border Color

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

This div border color is #e790ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e790ff

#e790ff Color Palettes


Comments

No comments written yet.

Please login to write comment.