Color Hex Logo

#eb627a Color Hex

#EB627A
(235,98,122)
0 Favorites   0 Comments

Color spaces of #eb627a

RGB 23598122
HSL0.970.770.65
HSV349°58°92°
CMYK 0.000.580.48   0.08
XYZ42.141527.802721.5577
Yxy27.80270.46060.3038
Hunter Lab52.728350.386412.6694
CIE-Lab59.710154.928713.9671

#eb627a color RGB value is (235,98,122).

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

The process color (four color CMYK) of #eb627a color hex is 0.00, 0.58, 0.48, 0.08. Web safe color of #eb627a is #ff6666. Color #eb627a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100010 01111010
Octal 353 142 172
Decimal 235 98 122
Hex EB 62 7A

RGB Percentages of Color #eb627a

%51.65
%21.54
%26.81

CMYK Percentages of Color #eb627a

%0
%58
%48
%8

Triadic Colors of #eb627a

#eb627a #7aeb62 #627aeb

Analogous Colors of #eb627a

#eb627a #eb8f62 #eb62bf

Monochromatic Colors of #eb627a

#eb627a

Complementary Color

#eb627a #62ebd3

#eb627a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb627a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb627a Color CSS Codes

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

#eb627a Text Font Color

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

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


#eb627a Background Color

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

This div background color is #eb627a


#eb627a Border Color

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

This div border color is #eb627a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb627a


Comments

No comments written yet.

Please login to write comment.