Color Hex Logo

#e265ae Color Hex

#E265AE
(226,101,174)
0 Favorites   0 Comments

Color spaces of #e265ae

RGB 226101174
HSL0.900.680.64
HSV325°55°89°
CMYK 0.000.550.23   0.11
XYZ43.657728.532143.2506
Yxy28.53210.37820.2472
Hunter Lab53.415452.4152-10.6164
CIE-Lab60.366456.6182-15.3529

#e265ae color RGB value is (226,101,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100101 10101110
Octal 342 145 256
Decimal 226 101 174
Hex E2 65 AE

RGB Percentages of Color #e265ae

%45.11
%20.16
%34.73

CMYK Percentages of Color #e265ae

%0
%55
%23
%11

Triadic Colors of #e265ae

#e265ae #aee265 #65aee2

Analogous Colors of #e265ae

#e265ae #e26570 #d865e2

Monochromatic Colors of #e265ae

#e265ae

Complementary Color

#e265ae #65e299

#e265ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e265ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e265ae Color CSS Codes

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

#e265ae Text Font Color

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

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


#e265ae Background Color

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

This div background color is #e265ae


#e265ae Border Color

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

This div border color is #e265ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e265ae


Comments

No comments written yet.

Please login to write comment.