Color Hex Logo

#ebb7cd Color Hex

#EBB7CD
(235,183,205)
0 Favorites   0 Comments

Color spaces of #ebb7cd

RGB 235183205
HSL0.930.570.82
HSV335°22°92°
CMYK 0.000.220.13   0.08
XYZ62.213955.936965.2755
Yxy55.93690.33920.3050
Hunter Lab74.791017.59870.6070
CIE-Lab79.577922.1562-3.8503

#ebb7cd color RGB value is (235,183,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110111 11001101
Octal 353 267 315
Decimal 235 183 205
Hex EB B7 CD

RGB Percentages of Color #ebb7cd

%37.72
%29.37
%32.91

CMYK Percentages of Color #ebb7cd

%0
%22
%13
%8

Triadic Colors of #ebb7cd

#ebb7cd #cdebb7 #b7cdeb

Analogous Colors of #ebb7cd

#ebb7cd #ebbbb7 #ebb7e7

Monochromatic Colors of #ebb7cd

#ebb7cd

Complementary Color

#ebb7cd #b7ebd5

#ebb7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb7cd Color CSS Codes

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

#ebb7cd Text Font Color

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

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


#ebb7cd Background Color

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

This div background color is #ebb7cd


#ebb7cd Border Color

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

This div border color is #ebb7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb7cd


Comments

No comments written yet.

Please login to write comment.