Color Hex Logo

#ebb5cb Color Hex

#EBB5CB
(235,181,203)
0 Favorites   0 Comments

Color spaces of #ebb5cb

RGB 235181203
HSL0.930.570.82
HSV336°23°92°
CMYK 0.000.230.14   0.08
XYZ61.564355.021763.8754
Yxy55.02170.34110.3049
Hunter Lab74.176618.34040.8675
CIE-Lab79.053822.8991-3.5395

#ebb5cb color RGB value is (235,181,203).

#ebb5cb hex color red value is 235, green value is 181 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ebb5cb hue: 0.93 , saturation: 0.57 and the lightness value of ebb5cb is 0.82.

The process color (four color CMYK) of #ebb5cb color hex is 0.00, 0.23, 0.14, 0.08. Web safe color of #ebb5cb is #ffcccc. Color #ebb5cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110101 11001011
Octal 353 265 313
Decimal 235 181 203
Hex EB B5 CB

RGB Percentages of Color #ebb5cb

%37.96
%29.24
%32.79

CMYK Percentages of Color #ebb5cb

%0
%23
%14
%8

Triadic Colors of #ebb5cb

#ebb5cb #cbebb5 #b5cbeb

Analogous Colors of #ebb5cb

#ebb5cb #ebbab5 #ebb5e6

Monochromatic Colors of #ebb5cb

#ebb5cb

Complementary Color

#ebb5cb #b5ebd5

#ebb5cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb5cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb5cb Color CSS Codes

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

#ebb5cb Text Font Color

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

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


#ebb5cb Background Color

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

This div background color is #ebb5cb


#ebb5cb Border Color

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

This div border color is #ebb5cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb5cb


Comments

No comments written yet.

Please login to write comment.