Color Hex Logo

#eb48ea Color Hex

#EB48EA
(235,72,234)
0 Favorites   0 Comments

Color spaces of #eb48ea

RGB 23572234
HSL0.830.800.60
HSV300°69°92°
CMYK 0.000.690.00   0.08
XYZ51.429628.237480.5816
Yxy28.23740.32090.1762
Hunter Lab53.138979.7653-52.7122
CIE-Lab60.102679.4096-49.6956

#eb48ea color RGB value is (235,72,234).

#eb48ea hex color red value is 235, green value is 72 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #eb48ea hue: 0.83 , saturation: 0.80 and the lightness value of eb48ea is 0.60.

The process color (four color CMYK) of #eb48ea color hex is 0.00, 0.69, 0.00, 0.08. Web safe color of #eb48ea is #ff33ff. Color #eb48ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001000 11101010
Octal 353 110 352
Decimal 235 72 234
Hex EB 48 EA

RGB Percentages of Color #eb48ea

%43.44
%13.31
%43.25

CMYK Percentages of Color #eb48ea

%0
%69
%0
%8

Triadic Colors of #eb48ea

#eb48ea #eaeb48 #48eaeb

Analogous Colors of #eb48ea

#eb48ea #eb4899 #9b48eb

Monochromatic Colors of #eb48ea

#eb48ea

Complementary Color

#eb48ea #48eb49

#eb48ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb48ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb48ea Color CSS Codes

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

#eb48ea Text Font Color

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

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


#eb48ea Background Color

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

This div background color is #eb48ea


#eb48ea Border Color

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

This div border color is #eb48ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb48ea


Comments

No comments written yet.

Please login to write comment.