Color Hex Logo

#e16bea Color Hex

#E16BEA
(225,107,234)
0 Favorites   0 Comments

Color spaces of #e16bea

RGB 225107234
HSL0.820.750.67
HSV296°54°92°
CMYK 0.040.540.00   0.08
XYZ51.160332.463581.4115
Yxy32.46350.31000.1967
Hunter Lab56.976760.5686-44.8331
CIE-Lab63.724163.0872-44.0705

#e16bea color RGB value is (225,107,234).

#e16bea hex color red value is 225, green value is 107 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e16bea hue: 0.82 , saturation: 0.75 and the lightness value of e16bea is 0.67.

The process color (four color CMYK) of #e16bea color hex is 0.04, 0.54, 0.00, 0.08. Web safe color of #e16bea is #cc66ff. Color #e16bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101011 11101010
Octal 341 153 352
Decimal 225 107 234
Hex E1 6B EA

RGB Percentages of Color #e16bea

%39.75
%18.90
%41.34

CMYK Percentages of Color #e16bea

%4
%54
%0
%8

Triadic Colors of #e16bea

#e16bea #eae16b #6beae1

Analogous Colors of #e16bea

#e16bea #ea6bb4 #a26bea

Monochromatic Colors of #e16bea

#e16bea

Complementary Color

#e16bea #74ea6b

#e16bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16bea Color CSS Codes

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

#e16bea Text Font Color

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

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


#e16bea Background Color

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

This div background color is #e16bea


#e16bea Border Color

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

This div border color is #e16bea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,107,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e16bea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e16bea;
  -webkit-box-shadow: 1px 1px 3px 2px #e16bea;
  box-shadow:         1px 1px 3px 2px #e16bea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,107,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16bea


Comments

No comments written yet.

Please login to write comment.