Color Hex Logo

#e16cbe Color Hex

#E16CBE
(225,108,190)
0 Favorites   0 Comments

Color spaces of #e16cbe

RGB 225108190
HSL0.880.660.65
HSV318°52°88°
CMYK 0.000.520.16   0.12
XYZ45.708230.450452.1836
Yxy30.45040.35610.2373
Hunter Lab55.181951.2866-17.4412
CIE-Lab62.040955.3483-21.9612

#e16cbe color RGB value is (225,108,190).

#e16cbe hex color red value is 225, green value is 108 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e16cbe hue: 0.88 , saturation: 0.66 and the lightness value of e16cbe is 0.65.

The process color (four color CMYK) of #e16cbe color hex is 0.00, 0.52, 0.16, 0.12. Web safe color of #e16cbe is #cc66cc. Color #e16cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101100 10111110
Octal 341 154 276
Decimal 225 108 190
Hex E1 6C BE

RGB Percentages of Color #e16cbe

%43.02
%20.65
%36.33

CMYK Percentages of Color #e16cbe

%0
%52
%16
%12

Triadic Colors of #e16cbe

#e16cbe #bee16c #6cbee1

Analogous Colors of #e16cbe

#e16cbe #e16c84 #ca6ce1

Monochromatic Colors of #e16cbe

#e16cbe

Complementary Color

#e16cbe #6ce18f

#e16cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16cbe Color CSS Codes

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

#e16cbe Text Font Color

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

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


#e16cbe Background Color

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

This div background color is #e16cbe


#e16cbe Border Color

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

This div border color is #e16cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16cbe


Comments

No comments written yet.

Please login to write comment.