Color Hex Logo

#e284ef Color Hex

#E284EF
(226,132,239)
0 Favorites   0 Comments

Color spaces of #e284ef

RGB 226132239
HSL0.810.770.73
HSV293°45°94°
CMYK 0.050.450.00   0.06
XYZ55.195338.903386.2613
Yxy38.90330.30600.2157
Hunter Lab62.372548.8081-38.3374
CIE-Lab68.681252.1440-39.0592

#e284ef color RGB value is (226,132,239).

#e284ef hex color red value is 226, green value is 132 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e284ef hue: 0.81 , saturation: 0.77 and the lightness value of e284ef is 0.73.

The process color (four color CMYK) of #e284ef color hex is 0.05, 0.45, 0.00, 0.06. Web safe color of #e284ef is #cc99ff. Color #e284ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000100 11101111
Octal 342 204 357
Decimal 226 132 239
Hex E2 84 EF

RGB Percentages of Color #e284ef

%37.86
%22.11
%40.03

CMYK Percentages of Color #e284ef

%5
%45
%0
%6

Triadic Colors of #e284ef

#e284ef #efe284 #84efe2

Analogous Colors of #e284ef

#e284ef #ef84c7 #ad84ef

Monochromatic Colors of #e284ef

#e284ef

Complementary Color

#e284ef #91ef84

#e284ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e284ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e284ef Color CSS Codes

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

#e284ef Text Font Color

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

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


#e284ef Background Color

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

This div background color is #e284ef


#e284ef Border Color

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

This div border color is #e284ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,132,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e284ef


Comments

No comments written yet.

Please login to write comment.