Color Hex Logo

#eb09ee Color Hex

#EB09EE
(235,9,238)
0 Favorites   0 Comments

Color spaces of #eb09ee

RGB 2359238
HSL0.830.930.48
HSV299°96°93°
CMYK 0.010.960.00   0.07
XYZ49.791324.030682.9030
Yxy24.03060.31770.1533
Hunter Lab49.021095.5181-65.9549
CIE-Lab56.118492.2097-58.2856

#eb09ee color RGB value is (235,9,238).

#eb09ee hex color red value is 235, green value is 9 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #eb09ee hue: 0.83 , saturation: 0.93 and the lightness value of eb09ee is 0.48.

The process color (four color CMYK) of #eb09ee color hex is 0.01, 0.96, 0.00, 0.07. Web safe color of #eb09ee is #ff00ff. Color #eb09ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001001 11101110
Octal 353 11 356
Decimal 235 9 238
Hex EB 9 EE

RGB Percentages of Color #eb09ee

%48.76
%1.87
%49.38

CMYK Percentages of Color #eb09ee

%1
%96
%0
%7

Triadic Colors of #eb09ee

#eb09ee #eeeb09 #09eeeb

Analogous Colors of #eb09ee

#eb09ee #ee097f #7909ee

Monochromatic Colors of #eb09ee

#eb09ee

Complementary Color

#eb09ee #0cee09

#eb09ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb09ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb09ee Color CSS Codes

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

#eb09ee Text Font Color

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

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


#eb09ee Background Color

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

This div background color is #eb09ee


#eb09ee Border Color

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

This div border color is #eb09ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb09ee


Comments

No comments written yet.

Please login to write comment.