Color Hex Logo

#e269b6 Color Hex

#E269B6
(226,105,182)
0 Favorites   0 Comments

Color spaces of #e269b6

RGB 226105182
HSL0.890.680.65
HSV322°54°89°
CMYK 0.000.540.19   0.11
XYZ44.859129.649347.6145
Yxy29.64930.36730.2428
Hunter Lab54.451251.7660-13.7300
CIE-Lab61.350455.8836-18.4434

#e269b6 color RGB value is (226,105,182).

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

The process color (four color CMYK) of #e269b6 color hex is 0.00, 0.54, 0.19, 0.11. Web safe color of #e269b6 is #cc66cc. Color #e269b6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101001 10110110
Octal 342 151 266
Decimal 226 105 182
Hex E2 69 B6

RGB Percentages of Color #e269b6

%44.05
%20.47
%35.48

CMYK Percentages of Color #e269b6

%0
%54
%19
%11

Triadic Colors of #e269b6

#e269b6 #b6e269 #69b6e2

Analogous Colors of #e269b6

#e269b6 #e2697a #d269e2

Monochromatic Colors of #e269b6

#e269b6

Complementary Color

#e269b6 #69e295

#e269b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e269b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e269b6 Color CSS Codes

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

#e269b6 Text Font Color

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

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


#e269b6 Background Color

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

This div background color is #e269b6


#e269b6 Border Color

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

This div border color is #e269b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e269b6


Comments

No comments written yet.

Please login to write comment.