Color Hex Logo

#e670fc Color Hex

#E670FC
(230,112,252)
0 Favorites   0 Comments

Color spaces of #e670fc

RGB 230112252
HSL0.810.960.71
HSV291°56°99°
CMYK 0.090.560.00   0.01
XYZ55.998035.439695.9846
Yxy35.43960.29880.1891
Hunter Lab59.531263.7265-53.9239
CIE-Lab66.089565.3274-50.2348

#e670fc color RGB value is (230,112,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110000 11111100
Octal 346 160 374
Decimal 230 112 252
Hex E6 70 FC

RGB Percentages of Color #e670fc

%38.72
%18.86
%42.42

CMYK Percentages of Color #e670fc

%9
%56
%0
%1

Triadic Colors of #e670fc

#e670fc #fce670 #70fce6

Analogous Colors of #e670fc

#e670fc #fc70cc #a070fc

Monochromatic Colors of #e670fc

#e670fc

Complementary Color

#e670fc #86fc70

#e670fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e670fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e670fc Color CSS Codes

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

#e670fc Text Font Color

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

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


#e670fc Background Color

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

This div background color is #e670fc


#e670fc Border Color

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

This div border color is #e670fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e670fc

Related Colors


Comments

No comments written yet.

Please login to write comment.