Color Hex Logo

#eb628c Color Hex

#EB628C
(235,98,140)
0 Favorites   0 Comments

Color spaces of #eb628c

RGB 23598140
HSL0.950.770.65
HSV342°58°92°
CMYK 0.000.580.40   0.08
XYZ43.362328.291027.9862
Yxy28.29100.43520.2839
Hunter Lab53.189352.44006.0363
CIE-Lab60.150756.67604.1322

#eb628c color RGB value is (235,98,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100010 10001100
Octal 353 142 214
Decimal 235 98 140
Hex EB 62 8C

RGB Percentages of Color #eb628c

%49.68
%20.72
%29.60

CMYK Percentages of Color #eb628c

%0
%58
%40
%8

Triadic Colors of #eb628c

#eb628c #8ceb62 #628ceb

Analogous Colors of #eb628c

#eb628c #eb7d62 #eb62d1

Monochromatic Colors of #eb628c

#eb628c

Complementary Color

#eb628c #62ebc1

#eb628c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb628c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb628c Color CSS Codes

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

#eb628c Text Font Color

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

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


#eb628c Background Color

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

This div background color is #eb628c


#eb628c Border Color

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

This div border color is #eb628c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,98,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 #eb628c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb628c


Comments

No comments written yet.

Please login to write comment.