Color Hex Logo

#e16bec Color Hex

#E16BEC
(225,107,236)
0 Favorites   0 Comments

Color spaces of #e16bec

RGB 225107236
HSL0.820.770.67
HSV295°55°93°
CMYK 0.050.550.00   0.07
XYZ51.449432.579182.9336
Yxy32.57910.30820.1951
Hunter Lab57.078161.0107-46.1928
CIE-Lab63.818663.4444-45.0318

#e16bec color RGB value is (225,107,236).

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

The process color (four color CMYK) of #e16bec color hex is 0.05, 0.55, 0.00, 0.07. Web safe color of #e16bec is #cc66ff. Color #e16bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101011 11101100
Octal 341 153 354
Decimal 225 107 236
Hex E1 6B EC

RGB Percentages of Color #e16bec

%39.61
%18.84
%41.55

CMYK Percentages of Color #e16bec

%5
%55
%0
%7

Triadic Colors of #e16bec

#e16bec #ece16b #6bece1

Analogous Colors of #e16bec

#e16bec #ec6bb7 #a16bec

Monochromatic Colors of #e16bec

#e16bec

Complementary Color

#e16bec #76ec6b

#e16bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16bec Color CSS Codes

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

#e16bec Text Font Color

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

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


#e16bec Background Color

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

This div background color is #e16bec


#e16bec Border Color

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

This div border color is #e16bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16bec


Comments

No comments written yet.

Please login to write comment.