Color Hex Logo

#eb638c Color Hex

#EB638C
(235,99,140)
0 Favorites   0 Comments

Color spaces of #eb638c

RGB 23599140
HSL0.950.770.65
HSV342°58°92°
CMYK 0.000.580.40   0.08
XYZ43.456428.479328.0176
Yxy28.47930.43480.2849
Hunter Lab53.366051.96366.2285
CIE-Lab60.319356.22764.3753

#eb638c color RGB value is (235,99,140).

#eb638c hex color red value is 235, green value is 99 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #eb638c hue: 0.95 , saturation: 0.77 and the lightness value of eb638c is 0.65.

The process color (four color CMYK) of #eb638c color hex is 0.00, 0.58, 0.40, 0.08. Web safe color of #eb638c is #ff6699. Color #eb638c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100011 10001100
Octal 353 143 214
Decimal 235 99 140
Hex EB 63 8C

RGB Percentages of Color #eb638c

%49.58
%20.89
%29.54

CMYK Percentages of Color #eb638c

%0
%58
%40
%8

Triadic Colors of #eb638c

#eb638c #8ceb63 #638ceb

Analogous Colors of #eb638c

#eb638c #eb7e63 #eb63d0

Monochromatic Colors of #eb638c

#eb638c

Complementary Color

#eb638c #63ebc2

#eb638c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb638c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb638c Color CSS Codes

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

#eb638c Text Font Color

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

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


#eb638c Background Color

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

This div background color is #eb638c


#eb638c Border Color

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

This div border color is #eb638c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb638c


Comments

No comments written yet.

Please login to write comment.