Color Hex Logo

#e270fc Color Hex

#E270FC
(226,112,252)
0 Favorites   0 Comments

Color spaces of #e270fc

RGB 226112252
HSL0.800.960.71
HSV289°56°99°
CMYK 0.100.560.00   0.01
XYZ54.728934.785495.9252
Yxy34.78540.29510.1876
Hunter Lab58.979162.4231-55.1454
CIE-Lab65.581264.3274-51.0716

#e270fc color RGB value is (226,112,252).

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

The process color (four color CMYK) of #e270fc color hex is 0.10, 0.56, 0.00, 0.01. Web safe color of #e270fc is #cc66ff. Color #e270fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110000 11111100
Octal 342 160 374
Decimal 226 112 252
Hex E2 70 FC

RGB Percentages of Color #e270fc

%38.31
%18.98
%42.71

CMYK Percentages of Color #e270fc

%10
%56
%0
%1

Triadic Colors of #e270fc

#e270fc #fce270 #70fce2

Analogous Colors of #e270fc

#e270fc #fc70d0 #9c70fc

Monochromatic Colors of #e270fc

#e270fc

Complementary Color

#e270fc #8afc70

#e270fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e270fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e270fc Color CSS Codes

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

#e270fc Text Font Color

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

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


#e270fc Background Color

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

This div background color is #e270fc


#e270fc Border Color

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

This div border color is #e270fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e270fc

Related Colors


Comments

No comments written yet.

Please login to write comment.