Color Hex Logo

#e289fc Color Hex

#E289FC
(226,137,252)
0 Favorites   0 Comments

Color spaces of #e289fc

RGB 226137252
HSL0.800.950.76
HSV286°46°99°
CMYK 0.100.460.00   0.01
XYZ57.880441.088396.9757
Yxy41.08830.29540.2097
Hunter Lab64.100249.0045-44.8284
CIE-Lab70.237752.0922-43.7405

#e289fc color RGB value is (226,137,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001001 11111100
Octal 342 211 374
Decimal 226 137 252
Hex E2 89 FC

RGB Percentages of Color #e289fc

%36.75
%22.28
%40.98

CMYK Percentages of Color #e289fc

%10
%46
%0
%1

Triadic Colors of #e289fc

#e289fc #fce289 #89fce2

Analogous Colors of #e289fc

#e289fc #fc89dd #a989fc

Monochromatic Colors of #e289fc

#e289fc

Complementary Color

#e289fc #a3fc89

#e289fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e289fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e289fc Color CSS Codes

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

#e289fc Text Font Color

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

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


#e289fc Background Color

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

This div background color is #e289fc


#e289fc Border Color

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

This div border color is #e289fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e289fc


Comments

No comments written yet.

Please login to write comment.