Color Hex Logo

#e263af Color Hex

#E263AF
(226,99,175)
0 Favorites   0 Comments

Color spaces of #e263af

RGB 22699175
HSL0.900.690.64
HSV324°56°89°
CMYK 0.000.560.23   0.11
XYZ43.563728.187643.7021
Yxy28.18760.37730.2441
Hunter Lab53.092053.5540-11.6395
CIE-Lab60.057857.6713-16.3948

#e263af color RGB value is (226,99,175).

#e263af hex color red value is 226, green value is 99 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e263af hue: 0.90 , saturation: 0.69 and the lightness value of e263af is 0.64.

The process color (four color CMYK) of #e263af color hex is 0.00, 0.56, 0.23, 0.11. Web safe color of #e263af is #cc6699. Color #e263af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100011 10101111
Octal 342 143 257
Decimal 226 99 175
Hex E2 63 AF

RGB Percentages of Color #e263af

%45.20
%19.80
%35.00

CMYK Percentages of Color #e263af

%0
%56
%23
%11

Triadic Colors of #e263af

#e263af #afe263 #63afe2

Analogous Colors of #e263af

#e263af #e26370 #d663e2

Monochromatic Colors of #e263af

#e263af

Complementary Color

#e263af #63e296

#e263af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e263af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e263af Color CSS Codes

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

#e263af Text Font Color

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

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


#e263af Background Color

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

This div background color is #e263af


#e263af Border Color

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

This div border color is #e263af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e263af


Comments

No comments written yet.

Please login to write comment.