Color Hex Logo

#eb7cae Color Hex

#EB7CAE
(235,124,174)
0 Favorites   0 Comments

Color spaces of #eb7cae

RGB 235124174
HSL0.920.740.70
HSV333°47°92°
CMYK 0.000.470.26   0.08
XYZ49.108635.133544.2375
Yxy35.13350.38220.2735
Hunter Lab59.273544.1601-2.7583
CIE-Lab65.852548.4019-7.0041

#eb7cae color RGB value is (235,124,174).

#eb7cae hex color red value is 235, green value is 124 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #eb7cae hue: 0.92 , saturation: 0.74 and the lightness value of eb7cae is 0.70.

The process color (four color CMYK) of #eb7cae color hex is 0.00, 0.47, 0.26, 0.08. Web safe color of #eb7cae is #ff6699. Color #eb7cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111100 10101110
Octal 353 174 256
Decimal 235 124 174
Hex EB 7C AE

RGB Percentages of Color #eb7cae

%44.09
%23.26
%32.65

CMYK Percentages of Color #eb7cae

%0
%47
%26
%8

Triadic Colors of #eb7cae

#eb7cae #aeeb7c #7caeeb

Analogous Colors of #eb7cae

#eb7cae #eb827c #eb7ce6

Monochromatic Colors of #eb7cae

#eb7cae

Complementary Color

#eb7cae #7cebb9

#eb7cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7cae Color CSS Codes

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

#eb7cae Text Font Color

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

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


#eb7cae Background Color

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

This div background color is #eb7cae


#eb7cae Border Color

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

This div border color is #eb7cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7cae


Comments

No comments written yet.

Please login to write comment.