Color Hex Logo

#ebbbe1 Color Hex

#EBBBE1
(235,187,225)
0 Favorites   0 Comments

Color spaces of #ebbbe1

RGB 235187225
HSL0.870.550.83
HSV313°20°92°
CMYK 0.000.200.04   0.08
XYZ65.621958.639179.0940
Yxy58.63910.32270.2884
Hunter Lab76.576218.9572-7.6361
CIE-Lab81.092823.4129-12.3854

#ebbbe1 color RGB value is (235,187,225).

#ebbbe1 hex color red value is 235, green value is 187 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #ebbbe1 hue: 0.87 , saturation: 0.55 and the lightness value of ebbbe1 is 0.83.

The process color (four color CMYK) of #ebbbe1 color hex is 0.00, 0.20, 0.04, 0.08. Web safe color of #ebbbe1 is #ffcccc. Color #ebbbe1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 11100001
Octal 353 273 341
Decimal 235 187 225
Hex EB BB E1

RGB Percentages of Color #ebbbe1

%36.32
%28.90
%34.78

CMYK Percentages of Color #ebbbe1

%0
%20
%4
%8

Triadic Colors of #ebbbe1

#ebbbe1 #e1ebbb #bbe1eb

Analogous Colors of #ebbbe1

#ebbbe1 #ebbbc9 #ddbbeb

Monochromatic Colors of #ebbbe1

#ebbbe1

Complementary Color

#ebbbe1 #bbebc5

#ebbbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbbe1 Color CSS Codes

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

#ebbbe1 Text Font Color

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

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


#ebbbe1 Background Color

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

This div background color is #ebbbe1


#ebbbe1 Border Color

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

This div border color is #ebbbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbbe1


Comments

No comments written yet.

Please login to write comment.