Color Hex Logo

#ebb7cb Color Hex

#EBB7CB
(235,183,203)
0 Favorites   0 Comments

Color spaces of #ebb7cb

RGB 235183203
HSL0.940.570.82
HSV337°22°92°
CMYK 0.000.220.14   0.08
XYZ61.973955.840964.0119
Yxy55.84090.34080.3071
Hunter Lab74.726817.26531.5202
CIE-Lab79.523221.8331-2.8494

#ebb7cb color RGB value is (235,183,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110111 11001011
Octal 353 267 313
Decimal 235 183 203
Hex EB B7 CB

RGB Percentages of Color #ebb7cb

%37.84
%29.47
%32.69

CMYK Percentages of Color #ebb7cb

%0
%22
%14
%8

Triadic Colors of #ebb7cb

#ebb7cb #cbebb7 #b7cbeb

Analogous Colors of #ebb7cb

#ebb7cb #ebbdb7 #ebb7e5

Monochromatic Colors of #ebb7cb

#ebb7cb

Complementary Color

#ebb7cb #b7ebd7

#ebb7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb7cb Color CSS Codes

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

#ebb7cb Text Font Color

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

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


#ebb7cb Background Color

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

This div background color is #ebb7cb


#ebb7cb Border Color

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

This div border color is #ebb7cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb7cb


Comments

No comments written yet.

Please login to write comment.