Color Hex Logo

#eb6eea Color Hex

#EB6EEA
(235,110,234)
0 Favorites   0 Comments

Color spaces of #eb6eea

RGB 235110234
HSL0.830.760.68
HSV300°53°92°
CMYK 0.000.530.00   0.08
XYZ54.688234.754581.6678
Yxy34.75450.31960.2031
Hunter Lab58.952962.4194-40.8677
CIE-Lab65.557164.3285-41.1005

#eb6eea color RGB value is (235,110,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101110 11101010
Octal 353 156 352
Decimal 235 110 234
Hex EB 6E EA

RGB Percentages of Color #eb6eea

%40.59
%19.00
%40.41

CMYK Percentages of Color #eb6eea

%0
%53
%0
%8

Triadic Colors of #eb6eea

#eb6eea #eaeb6e #6eeaeb

Analogous Colors of #eb6eea

#eb6eea #eb6eac #ae6eeb

Monochromatic Colors of #eb6eea

#eb6eea

Complementary Color

#eb6eea #6eeb6f

#eb6eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6eea Color CSS Codes

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

#eb6eea Text Font Color

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

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


#eb6eea Background Color

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

This div background color is #eb6eea


#eb6eea Border Color

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

This div border color is #eb6eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6eea


Comments

No comments written yet.

Please login to write comment.