Color Hex Logo

#eb628b Color Hex

#EB628B
(235,98,139)
0 Favorites   0 Comments

Color spaces of #eb628b

RGB 23598139
HSL0.950.770.65
HSV342°58°92°
CMYK 0.000.580.41   0.08
XYZ43.288828.261627.5996
Yxy28.26160.43660.2850
Hunter Lab53.161652.31726.4319
CIE-Lab60.124356.57214.6750

#eb628b color RGB value is (235,98,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100010 10001011
Octal 353 142 213
Decimal 235 98 139
Hex EB 62 8B

RGB Percentages of Color #eb628b

%49.79
%20.76
%29.45

CMYK Percentages of Color #eb628b

%0
%58
%41
%8

Triadic Colors of #eb628b

#eb628b #8beb62 #628beb

Analogous Colors of #eb628b

#eb628b #eb7e62 #eb62d0

Monochromatic Colors of #eb628b

#eb628b

Complementary Color

#eb628b #62ebc2

#eb628b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb628b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb628b Color CSS Codes

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

#eb628b Text Font Color

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

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


#eb628b Background Color

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

This div background color is #eb628b


#eb628b Border Color

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

This div border color is #eb628b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb628b


Comments

No comments written yet.

Please login to write comment.