Color Hex Logo

#eb628a Color Hex

#EB628A
(235,98,138)
0 Favorites   0 Comments

Color spaces of #eb628a

RGB 23598138
HSL0.950.770.65
HSV342°58°92°
CMYK 0.000.580.41   0.08
XYZ43.216128.232527.2164
Yxy28.23250.43800.2861
Hunter Lab53.134352.19586.8245
CIE-Lab60.098256.46935.2184

#eb628a color RGB value is (235,98,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100010 10001010
Octal 353 142 212
Decimal 235 98 138
Hex EB 62 8A

RGB Percentages of Color #eb628a

%49.89
%20.81
%29.30

CMYK Percentages of Color #eb628a

%0
%58
%41
%8

Triadic Colors of #eb628a

#eb628a #8aeb62 #628aeb

Analogous Colors of #eb628a

#eb628a #eb7f62 #eb62cf

Monochromatic Colors of #eb628a

#eb628a

Complementary Color

#eb628a #62ebc3

#eb628a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb628a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb628a Color CSS Codes

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

#eb628a Text Font Color

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

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


#eb628a Background Color

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

This div background color is #eb628a


#eb628a Border Color

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

This div border color is #eb628a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb628a


Comments

No comments written yet.

Please login to write comment.