Color Hex Logo

#ebb1ea Color Hex

#EBB1EA
(235,177,234)
1 Favorites   0 Comments

Color spaces of #ebb1ea

RGB 235177234
HSL0.840.590.81
HSV301°25°92°
CMYK 0.000.250.00   0.08
XYZ64.834455.047085.0499
Yxy55.04700.31640.2686
Hunter Lab74.193726.1439-16.0299
CIE-Lab79.068330.3643-20.2799

#ebb1ea color RGB value is (235,177,234).

#ebb1ea hex color red value is 235, green value is 177 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ebb1ea hue: 0.84 , saturation: 0.59 and the lightness value of ebb1ea is 0.81.

The process color (four color CMYK) of #ebb1ea color hex is 0.00, 0.25, 0.00, 0.08. Web safe color of #ebb1ea is #ff99ff. Color #ebb1ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110001 11101010
Octal 353 261 352
Decimal 235 177 234
Hex EB B1 EA

RGB Percentages of Color #ebb1ea

%36.38
%27.40
%36.22

CMYK Percentages of Color #ebb1ea

%0
%25
%0
%8

Triadic Colors of #ebb1ea

#ebb1ea #eaebb1 #b1eaeb

Analogous Colors of #ebb1ea

#ebb1ea #ebb1cd #cfb1eb

Monochromatic Colors of #ebb1ea

#ebb1ea

Complementary Color

#ebb1ea #b1ebb2

#ebb1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb1ea Color CSS Codes

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

#ebb1ea Text Font Color

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

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


#ebb1ea Background Color

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

This div background color is #ebb1ea


#ebb1ea Border Color

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

This div border color is #ebb1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb1ea


Comments

No comments written yet.

Please login to write comment.