Color Hex Logo

#eb30ad Color Hex

#EB30AD
(235,48,173)
0 Favorites   0 Comments

Color spaces of #eb30ad

RGB 23548173
HSL0.890.820.55
HSV320°80°92°
CMYK 0.000.800.26   0.08
XYZ42.860722.793241.6757
Yxy22.79320.39930.2124
Hunter Lab47.742276.6999-18.3366
CIE-Lab54.858777.9966-23.0424

#eb30ad color RGB value is (235,48,173).

#eb30ad hex color red value is 235, green value is 48 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eb30ad hue: 0.89 , saturation: 0.82 and the lightness value of eb30ad is 0.55.

The process color (four color CMYK) of #eb30ad color hex is 0.00, 0.80, 0.26, 0.08. Web safe color of #eb30ad is #ff3399. Color #eb30ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110000 10101101
Octal 353 60 255
Decimal 235 48 173
Hex EB 30 AD

RGB Percentages of Color #eb30ad

%51.54
%10.53
%37.94

CMYK Percentages of Color #eb30ad

%0
%80
%26
%8

Triadic Colors of #eb30ad

#eb30ad #adeb30 #30adeb

Analogous Colors of #eb30ad

#eb30ad #eb3050 #cc30eb

Monochromatic Colors of #eb30ad

#eb30ad

Complementary Color

#eb30ad #30eb6e

#eb30ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb30ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb30ad Color CSS Codes

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

#eb30ad Text Font Color

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

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


#eb30ad Background Color

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

This div background color is #eb30ad


#eb30ad Border Color

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

This div border color is #eb30ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb30ad


Comments

No comments written yet.

Please login to write comment.