Color Hex Logo

#e268af Color Hex

#E268AF
(226,104,175)
0 Favorites   0 Comments

Color spaces of #e268af

RGB 226104175
HSL0.900.680.65
HSV325°54°89°
CMYK 0.000.540.23   0.11
XYZ44.052229.164543.8649
Yxy29.16450.37630.2491
Hunter Lab54.004251.0985-10.3554
CIE-Lab60.926555.3626-15.0800

#e268af color RGB value is (226,104,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101000 10101111
Octal 342 150 257
Decimal 226 104 175
Hex E2 68 AF

RGB Percentages of Color #e268af

%44.75
%20.59
%34.65

CMYK Percentages of Color #e268af

%0
%54
%23
%11

Triadic Colors of #e268af

#e268af #afe268 #68afe2

Analogous Colors of #e268af

#e268af #e26872 #d868e2

Monochromatic Colors of #e268af

#e268af

Complementary Color

#e268af #68e29b

#e268af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e268af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e268af Color CSS Codes

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

#e268af Text Font Color

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

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


#e268af Background Color

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

This div background color is #e268af


#e268af Border Color

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

This div border color is #e268af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e268af


Comments

No comments written yet.

Please login to write comment.