Color Hex Logo

#eb4aeb Color Hex

#EB4AEB
(235,74,235)
0 Favorites   0 Comments

Color spaces of #eb4aeb

RGB 23574235
HSL0.830.800.61
HSV300°69°92°
CMYK 0.000.690.00   0.08
XYZ51.705128.557981.3843
Yxy28.55790.31990.1767
Hunter Lab53.439679.1871-52.8863
CIE-Lab60.389578.8994-49.7997

#eb4aeb color RGB value is (235,74,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001010 11101011
Octal 353 112 353
Decimal 235 74 235
Hex EB 4A EB

RGB Percentages of Color #eb4aeb

%43.20
%13.60
%43.20

CMYK Percentages of Color #eb4aeb

%0
%69
%0
%8

Triadic Colors of #eb4aeb

#eb4aeb #ebeb4a #4aebeb

Analogous Colors of #eb4aeb

#eb4aeb #eb4a9b #9b4aeb

Monochromatic Colors of #eb4aeb

#eb4aeb

Complementary Color

#eb4aeb #4aeb4a

#eb4aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4aeb Color CSS Codes

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

#eb4aeb Text Font Color

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

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


#eb4aeb Background Color

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

This div background color is #eb4aeb


#eb4aeb Border Color

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

This div border color is #eb4aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4aeb


Comments

No comments written yet.

Please login to write comment.