Color Hex Logo

#e264ba Color Hex

#E264BA
(226,100,186)
0 Favorites   0 Comments

Color spaces of #e264ba

RGB 226100186
HSL0.890.680.64
HSV319°56°89°
CMYK 0.000.560.18   0.11
XYZ44.784128.828349.6584
Yxy28.82830.36330.2339
Hunter Lab53.692054.9246-17.2515
CIE-Lab60.629858.7728-21.8277

#e264ba color RGB value is (226,100,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100100 10111010
Octal 342 144 272
Decimal 226 100 186
Hex E2 64 BA

RGB Percentages of Color #e264ba

%44.14
%19.53
%36.33

CMYK Percentages of Color #e264ba

%0
%56
%18
%11

Triadic Colors of #e264ba

#e264ba #bae264 #64bae2

Analogous Colors of #e264ba

#e264ba #e2647b #cb64e2

Monochromatic Colors of #e264ba

#e264ba

Complementary Color

#e264ba #64e28c

#e264ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e264ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e264ba Color CSS Codes

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

#e264ba Text Font Color

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

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


#e264ba Background Color

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

This div background color is #e264ba


#e264ba Border Color

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

This div border color is #e264ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e264ba


Comments

No comments written yet.

Please login to write comment.