Color Hex Logo

#e263ef Color Hex

#E263EF
(226,99,239)
0 Favorites   0 Comments

Color spaces of #e263ef

RGB 22699239
HSL0.820.810.66
HSV294°59°94°
CMYK 0.050.590.00   0.06
XYZ51.405931.324484.9982
Yxy31.32440.30650.1868
Hunter Lab55.968266.0050-50.8652
CIE-Lab62.780567.8042-48.3250

#e263ef color RGB value is (226,99,239).

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

The process color (four color CMYK) of #e263ef color hex is 0.05, 0.59, 0.00, 0.06. Web safe color of #e263ef is #cc66ff. Color #e263ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100011 11101111
Octal 342 143 357
Decimal 226 99 239
Hex E2 63 EF

RGB Percentages of Color #e263ef

%40.07
%17.55
%42.38

CMYK Percentages of Color #e263ef

%5
%59
%0
%6

Triadic Colors of #e263ef

#e263ef #efe263 #63efe2

Analogous Colors of #e263ef

#e263ef #ef63b6 #9c63ef

Monochromatic Colors of #e263ef

#e263ef

Complementary Color

#e263ef #70ef63

#e263ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e263ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e263ef Color CSS Codes

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

#e263ef Text Font Color

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

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


#e263ef Background Color

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

This div background color is #e263ef


#e263ef Border Color

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

This div border color is #e263ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e263ef


Comments

No comments written yet.

Please login to write comment.