Color Hex Logo

#e265af Color Hex

#E265AF
(226,101,175)
0 Favorites   0 Comments

Color spaces of #e265af

RGB 226101175
HSL0.900.680.64
HSV324°55°89°
CMYK 0.000.550.23   0.11
XYZ43.755628.571343.7661
Yxy28.57130.37690.2461
Hunter Lab53.452152.5778-11.1296
CIE-Lab60.401456.7557-15.8744

#e265af color RGB value is (226,101,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100101 10101111
Octal 342 145 257
Decimal 226 101 175
Hex E2 65 AF

RGB Percentages of Color #e265af

%45.02
%20.12
%34.86

CMYK Percentages of Color #e265af

%0
%55
%23
%11

Triadic Colors of #e265af

#e265af #afe265 #65afe2

Analogous Colors of #e265af

#e265af #e26571 #d765e2

Monochromatic Colors of #e265af

#e265af

Complementary Color

#e265af #65e298

#e265af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e265af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e265af Color CSS Codes

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

#e265af Text Font Color

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

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


#e265af Background Color

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

This div background color is #e265af


#e265af Border Color

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

This div border color is #e265af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e265af


Comments

No comments written yet.

Please login to write comment.