Color Hex Logo

#e670fe Color Hex

#E670FE
(230,112,254)
0 Favorites   0 Comments

Color spaces of #e670fe

RGB 230112254
HSL0.810.990.72
HSV290°56°100°
CMYK 0.090.560.00   0.00
XYZ56.316735.567197.6628
Yxy35.56710.29710.1876
Hunter Lab59.638264.1919-55.3459
CIE-Lab66.187865.6973-51.1765

#e670fe color RGB value is (230,112,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110000 11111110
Octal 346 160 376
Decimal 230 112 254
Hex E6 70 FE

RGB Percentages of Color #e670fe

%38.59
%18.79
%42.62

CMYK Percentages of Color #e670fe

%9
%56
%0
%0

Triadic Colors of #e670fe

#e670fe #fee670 #70fee6

Analogous Colors of #e670fe

#e670fe #fe70cf #9f70fe

Monochromatic Colors of #e670fe

#e670fe

Complementary Color

#e670fe #88fe70

#e670fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e670fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e670fe Color CSS Codes

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

#e670fe Text Font Color

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

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


#e670fe Background Color

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

This div background color is #e670fe


#e670fe Border Color

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

This div border color is #e670fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e670fe

Related Colors


Comments

No comments written yet.

Please login to write comment.