Color Hex Logo

#e284fc Color Hex

#E284FC
(226,132,252)
0 Favorites   0 Comments

Color spaces of #e284fc

RGB 226132252
HSL0.800.950.75
HSV287°48°99°
CMYK 0.100.480.00   0.01
XYZ57.186039.699696.7442
Yxy39.69960.29530.2050
Hunter Lab63.007651.7441-46.9307
CIE-Lab69.255054.6263-45.2816

#e284fc color RGB value is (226,132,252).

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

The process color (four color CMYK) of #e284fc color hex is 0.10, 0.48, 0.00, 0.01. Web safe color of #e284fc is #cc99ff. Color #e284fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000100 11111100
Octal 342 204 374
Decimal 226 132 252
Hex E2 84 FC

RGB Percentages of Color #e284fc

%37.05
%21.64
%41.31

CMYK Percentages of Color #e284fc

%10
%48
%0
%1

Triadic Colors of #e284fc

#e284fc #fce284 #84fce2

Analogous Colors of #e284fc

#e284fc #fc84da #a684fc

Monochromatic Colors of #e284fc

#e284fc

Complementary Color

#e284fc #9efc84

#e284fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e284fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e284fc Color CSS Codes

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

#e284fc Text Font Color

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

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


#e284fc Background Color

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

This div background color is #e284fc


#e284fc Border Color

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

This div border color is #e284fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e284fc


Comments

No comments written yet.

Please login to write comment.