Color Hex Logo

#e269ba Color Hex

#E269BA
(226,105,186)
0 Favorites   0 Comments

Color spaces of #e269ba

RGB 226105186
HSL0.890.680.65
HSV320°54°89°
CMYK 0.000.540.18   0.11
XYZ45.278529.817149.8232
Yxy29.81710.36250.2387
Hunter Lab54.605052.4534-15.8744
CIE-Lab61.496156.4653-20.5042

#e269ba color RGB value is (226,105,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101001 10111010
Octal 342 151 272
Decimal 226 105 186
Hex E2 69 BA

RGB Percentages of Color #e269ba

%43.71
%20.31
%35.98

CMYK Percentages of Color #e269ba

%0
%54
%18
%11

Triadic Colors of #e269ba

#e269ba #bae269 #69bae2

Analogous Colors of #e269ba

#e269ba #e2697e #ce69e2

Monochromatic Colors of #e269ba

#e269ba

Complementary Color

#e269ba #69e291

#e269ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e269ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e269ba Color CSS Codes

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

#e269ba Text Font Color

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

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


#e269ba Background Color

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

This div background color is #e269ba


#e269ba Border Color

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

This div border color is #e269ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e269ba


Comments

No comments written yet.

Please login to write comment.