Color Hex Logo

#e3b0e9 Color Hex

#E3B0E9
(227,176,233)
0 Favorites   0 Comments

Color spaces of #e3b0e9

RGB 227176233
HSL0.820.560.80
HSV294°24°91°
CMYK 0.030.240.00   0.09
XYZ61.911953.264884.1088
Yxy53.26480.31070.2673
Hunter Lab72.982723.7033-17.2407
CIE-Lab78.031128.1199-21.3863

#e3b0e9 color RGB value is (227,176,233).

#e3b0e9 hex color red value is 227, green value is 176 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #e3b0e9 hue: 0.82 , saturation: 0.56 and the lightness value of e3b0e9 is 0.80.

The process color (four color CMYK) of #e3b0e9 color hex is 0.03, 0.24, 0.00, 0.09. Web safe color of #e3b0e9 is #cc99ff. Color #e3b0e9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10110000 11101001
Octal 343 260 351
Decimal 227 176 233
Hex E3 B0 E9

RGB Percentages of Color #e3b0e9

%35.69
%27.67
%36.64

CMYK Percentages of Color #e3b0e9

%3
%24
%0
%9

Triadic Colors of #e3b0e9

#e3b0e9 #e9e3b0 #b0e9e3

Analogous Colors of #e3b0e9

#e3b0e9 #e9b0d3 #c7b0e9

Monochromatic Colors of #e3b0e9

#e3b0e9

Complementary Color

#e3b0e9 #b6e9b0

#e3b0e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3b0e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3b0e9 Color CSS Codes

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

#e3b0e9 Text Font Color

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

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


#e3b0e9 Background Color

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

This div background color is #e3b0e9


#e3b0e9 Border Color

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

This div border color is #e3b0e9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,176,233, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e3b0e9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e3b0e9;
  -webkit-box-shadow: 1px 1px 3px 2px #e3b0e9;
  box-shadow:         1px 1px 3px 2px #e3b0e9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,176,233, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3b0e9


Comments

No comments written yet.

Please login to write comment.