Color Hex Logo

#eb627d Color Hex

#EB627D
(235,98,125)
0 Favorites   0 Comments

Color spaces of #eb627d

RGB 23598125
HSL0.970.770.65
HSV348°58°92°
CMYK 0.000.580.47   0.08
XYZ42.330327.878222.5520
Yxy27.87820.45630.3005
Hunter Lab52.799850.706111.6358
CIE-Lab59.778555.202112.3199

#eb627d color RGB value is (235,98,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100010 01111101
Octal 353 142 175
Decimal 235 98 125
Hex EB 62 7D

RGB Percentages of Color #eb627d

%51.31
%21.40
%27.29

CMYK Percentages of Color #eb627d

%0
%58
%47
%8

Triadic Colors of #eb627d

#eb627d #7deb62 #627deb

Analogous Colors of #eb627d

#eb627d #eb8c62 #eb62c2

Monochromatic Colors of #eb627d

#eb627d

Complementary Color

#eb627d #62ebd0

#eb627d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb627d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb627d Color CSS Codes

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

#eb627d Text Font Color

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

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


#eb627d Background Color

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

This div background color is #eb627d


#eb627d Border Color

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

This div border color is #eb627d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb627d


Comments

No comments written yet.

Please login to write comment.