color codes Logo

#e16beb color codes

#E16BEB
(225,107,235)
0 Favorites   0 Comments

Color spaces of #e16beb

RGB 225107235
HSL0.820.760.67
HSV295°54°92°
CMYK 0.040.540.00   0.08
XYZ51.304432.521182.1704
Yxy32.52110.30910.1959
Hunter Lab57.027360.7892-45.5117
CIE-Lab63.771363.2656-44.5515

#e16beb color RGB value is (225,107,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101011 11101011
Octal 341 153 353
Decimal 225 107 235
Hex E1 6B EB

RGB Percentages of Color #e16beb

%39.68
%18.87
%41.45

CMYK Percentages of Color #e16beb

%4
%54
%0
%8

Triadic Colors of #e16beb

#e16beb #ebe16b #6bebe1

Analogous Colors of #e16beb

#e16beb #eb6bb5 #a16beb

Monochromatic Colors of #e16beb

#e16beb

Complementary Color

#e16beb #75eb6b

#e16beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16beb Color CSS Codes

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

#e16beb Text Font Color

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

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


#e16beb Background Color

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

This div background color is #e16beb


#e16beb Border Color

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

This div border color is #e16beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16beb


Comments

No comments written yet.

Please login to write comment.