Color Hex Logo

#eb6aea Color Hex

#EB6AEA
(235,106,234)
0 Favorites   0 Comments

Color spaces of #eb6aea

RGB 235106234
HSL0.830.760.67
HSV300°55°92°
CMYK 0.000.550.00   0.08
XYZ54.266333.910781.5272
Yxy33.91070.31980.1998
Hunter Lab58.232964.4337-42.2441
CIE-Lab64.891666.1246-42.1435

#eb6aea color RGB value is (235,106,234).

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

The process color (four color CMYK) of #eb6aea color hex is 0.00, 0.55, 0.00, 0.08. Web safe color of #eb6aea is #ff66ff. Color #eb6aea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101010 11101010
Octal 353 152 352
Decimal 235 106 234
Hex EB 6A EA

RGB Percentages of Color #eb6aea

%40.87
%18.43
%40.70

CMYK Percentages of Color #eb6aea

%0
%55
%0
%8

Triadic Colors of #eb6aea

#eb6aea #eaeb6a #6aeaeb

Analogous Colors of #eb6aea

#eb6aea #eb6aaa #ac6aeb

Monochromatic Colors of #eb6aea

#eb6aea

Complementary Color

#eb6aea #6aeb6b

#eb6aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6aea Color CSS Codes

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

#eb6aea Text Font Color

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

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


#eb6aea Background Color

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

This div background color is #eb6aea


#eb6aea Border Color

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

This div border color is #eb6aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,106,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 #eb6aea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6aea


Comments

No comments written yet.

Please login to write comment.