Color Hex Logo

#ebb4cb Color Hex

#EBB4CB
(235,180,203)
0 Favorites   0 Comments

Color spaces of #ebb4cb

RGB 235180203
HSL0.930.580.81
HSV335°23°92°
CMYK 0.000.230.14   0.08
XYZ61.361754.616563.8078
Yxy54.61650.34130.3038
Hunter Lab73.903018.87850.5411
CIE-Lab78.819923.4323-3.8837

#ebb4cb color RGB value is (235,180,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110100 11001011
Octal 353 264 313
Decimal 235 180 203
Hex EB B4 CB

RGB Percentages of Color #ebb4cb

%38.03
%29.13
%32.85

CMYK Percentages of Color #ebb4cb

%0
%23
%14
%8

Triadic Colors of #ebb4cb

#ebb4cb #cbebb4 #b4cbeb

Analogous Colors of #ebb4cb

#ebb4cb #ebb9b4 #ebb4e7

Monochromatic Colors of #ebb4cb

#ebb4cb

Complementary Color

#ebb4cb #b4ebd4

#ebb4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb4cb Color CSS Codes

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

#ebb4cb Text Font Color

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

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


#ebb4cb Background Color

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

This div background color is #ebb4cb


#ebb4cb Border Color

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

This div border color is #ebb4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb4cb


Comments

No comments written yet.

Please login to write comment.