Color Hex Logo

#ebc1cb Color Hex

#EBC1CB
(235,193,203)
0 Favorites   0 Comments

Color spaces of #ebc1cb

RGB 235193203
HSL0.960.510.84
HSV346°18°92°
CMYK 0.000.180.14   0.08
XYZ64.110460.113964.7241
Yxy60.11390.33930.3181
Hunter Lab77.533211.91464.7784
CIE-Lab81.900116.51410.6296

#ebc1cb color RGB value is (235,193,203).

#ebc1cb hex color red value is 235, green value is 193 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ebc1cb hue: 0.96 , saturation: 0.51 and the lightness value of ebc1cb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 11001011
Octal 353 301 313
Decimal 235 193 203
Hex EB C1 CB

RGB Percentages of Color #ebc1cb

%37.24
%30.59
%32.17

CMYK Percentages of Color #ebc1cb

%0
%18
%14
%8

Triadic Colors of #ebc1cb

#ebc1cb #cbebc1 #c1cbeb

Analogous Colors of #ebc1cb

#ebc1cb #ebccc1 #ebc1e0

Monochromatic Colors of #ebc1cb

#ebc1cb

Complementary Color

#ebc1cb #c1ebe1

#ebc1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc1cb Color CSS Codes

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

#ebc1cb Text Font Color

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

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


#ebc1cb Background Color

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

This div background color is #ebc1cb


#ebc1cb Border Color

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

This div border color is #ebc1cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,193,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 #ebc1cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc1cb


Comments

No comments written yet.

Please login to write comment.