Color Hex Logo

#e770fa Color Hex

#E770FA
(231,112,250)
0 Favorites   0 Comments

Color spaces of #e770fa

RGB 231112250
HSL0.810.930.71
HSV292°55°98°
CMYK 0.080.550.00   0.02
XYZ56.004535.479494.3389
Yxy35.47940.30140.1909
Hunter Lab59.564663.5933-52.2088
CIE-Lab66.120265.2113-49.0796

#e770fa color RGB value is (231,112,250).

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

The process color (four color CMYK) of #e770fa color hex is 0.08, 0.55, 0.00, 0.02. Web safe color of #e770fa is #ff66ff. Color #e770fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110000 11111010
Octal 347 160 372
Decimal 231 112 250
Hex E7 70 FA

RGB Percentages of Color #e770fa

%38.95
%18.89
%42.16

CMYK Percentages of Color #e770fa

%8
%55
%0
%2

Triadic Colors of #e770fa

#e770fa #fae770 #70fae7

Analogous Colors of #e770fa

#e770fa #fa70c8 #a270fa

Monochromatic Colors of #e770fa

#e770fa

Complementary Color

#e770fa #83fa70

#e770fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e770fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e770fa Color CSS Codes

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

#e770fa Text Font Color

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

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


#e770fa Background Color

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

This div background color is #e770fa


#e770fa Border Color

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

This div border color is #e770fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e770fa


Comments

No comments written yet.

Please login to write comment.