Color Hex Logo

#e263ea Color Hex

#E263EA
(226,99,234)
1 Favorites   0 Comments

Color spaces of #e263ea

RGB 22699234
HSL0.820.760.65
HSV296°58°92°
CMYK 0.030.580.00   0.08
XYZ50.677231.032981.1609
Yxy31.03290.31110.1905
Hunter Lab55.707264.8951-47.3858
CIE-Lab62.535466.9267-45.9336

#e263ea color RGB value is (226,99,234).

#e263ea hex color red value is 226, green value is 99 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e263ea hue: 0.82 , saturation: 0.76 and the lightness value of e263ea is 0.65.

The process color (four color CMYK) of #e263ea color hex is 0.03, 0.58, 0.00, 0.08. Web safe color of #e263ea is #cc66ff. Color #e263ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100011 11101010
Octal 342 143 352
Decimal 226 99 234
Hex E2 63 EA

RGB Percentages of Color #e263ea

%40.43
%17.71
%41.86

CMYK Percentages of Color #e263ea

%3
%58
%0
%8

Triadic Colors of #e263ea

#e263ea #eae263 #63eae2

Analogous Colors of #e263ea

#e263ea #ea63af #9f63ea

Monochromatic Colors of #e263ea

#e263ea

Complementary Color

#e263ea #6bea63

#e263ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e263ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e263ea Color CSS Codes

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

#e263ea Text Font Color

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

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


#e263ea Background Color

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

This div background color is #e263ea


#e263ea Border Color

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

This div border color is #e263ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e263ea


Comments

No comments written yet.

Please login to write comment.