Color Hex Logo

#e1beca Color Hex

#E1BECA
(225,190,202)
0 Favorites   0 Comments

Color spaces of #e1beca

RGB 225190202
HSL0.940.370.81
HSV339°16°88°
CMYK 0.000.160.10   0.12
XYZ60.125557.098763.7293
Yxy57.09870.33230.3155
Hunter Lab75.56379.79482.8903
CIE-Lab80.235114.4105-1.3750

#e1beca color RGB value is (225,190,202).

#e1beca hex color red value is 225, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e1beca hue: 0.94 , saturation: 0.37 and the lightness value of e1beca is 0.81.

The process color (four color CMYK) of #e1beca color hex is 0.00, 0.16, 0.10, 0.12. Web safe color of #e1beca is #cccccc. Color #e1beca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111110 11001010
Octal 341 276 312
Decimal 225 190 202
Hex E1 BE CA

RGB Percentages of Color #e1beca

%36.47
%30.79
%32.74

CMYK Percentages of Color #e1beca

%0
%16
%10
%12

Triadic Colors of #e1beca

#e1beca #cae1be #becae1

Analogous Colors of #e1beca

#e1beca #e1c4be #e1bedc

Monochromatic Colors of #e1beca

#e1beca

Complementary Color

#e1beca #bee1d5

#e1beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1beca Color CSS Codes

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

#e1beca Text Font Color

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

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


#e1beca Background Color

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

This div background color is #e1beca


#e1beca Border Color

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

This div border color is #e1beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1beca


Comments

No comments written yet.

Please login to write comment.