Color Hex Logo

#eb629d Color Hex

#EB629D
(235,98,157)
0 Favorites   0 Comments

Color spaces of #eb629d

RGB 23598157
HSL0.930.770.65
HSV334°58°92°
CMYK 0.000.580.33   0.08
XYZ44.714428.831935.1067
Yxy28.83190.41150.2654
Hunter Lab53.695354.6777-1.1778
CIE-Lab60.633058.5571-5.0171

#eb629d color RGB value is (235,98,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100010 10011101
Octal 353 142 235
Decimal 235 98 157
Hex EB 62 9D

RGB Percentages of Color #eb629d

%47.96
%20.00
%32.04

CMYK Percentages of Color #eb629d

%0
%58
%33
%8

Triadic Colors of #eb629d

#eb629d #9deb62 #629deb

Analogous Colors of #eb629d

#eb629d #eb6c62 #eb62e2

Monochromatic Colors of #eb629d

#eb629d

Complementary Color

#eb629d #62ebb0

#eb629d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb629d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb629d Color CSS Codes

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

#eb629d Text Font Color

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

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


#eb629d Background Color

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

This div background color is #eb629d


#eb629d Border Color

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

This div border color is #eb629d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb629d


Comments

No comments written yet.

Please login to write comment.