Color Hex Logo

#ebb1cc Color Hex

#EBB1CC
(235,177,204)
0 Favorites   0 Comments

Color spaces of #ebb1cc

RGB 235177204
HSL0.920.590.81
HSV332°25°92°
CMYK 0.000.250.13   0.08
XYZ60.882253.466164.2379
Yxy53.46610.34090.2994
Hunter Lab73.120520.6632-0.9031
CIE-Lab78.149425.1936-5.4149

#ebb1cc color RGB value is (235,177,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110001 11001100
Octal 353 261 314
Decimal 235 177 204
Hex EB B1 CC

RGB Percentages of Color #ebb1cc

%38.15
%28.73
%33.12

CMYK Percentages of Color #ebb1cc

%0
%25
%13
%8

Triadic Colors of #ebb1cc

#ebb1cc #ccebb1 #b1cceb

Analogous Colors of #ebb1cc

#ebb1cc #ebb3b1 #ebb1e9

Monochromatic Colors of #ebb1cc

#ebb1cc

Complementary Color

#ebb1cc #b1ebd0

#ebb1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb1cc Color CSS Codes

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

#ebb1cc Text Font Color

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

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


#ebb1cc Background Color

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

This div background color is #ebb1cc


#ebb1cc Border Color

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

This div border color is #ebb1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb1cc


Comments

No comments written yet.

Please login to write comment.