Color Hex Logo

#ee0aeb Color Hex

#EE0AEB
(238,10,235)
0 Favorites   0 Comments

Color spaces of #ee0aeb

RGB 23810235
HSL0.840.920.49
HSV301°96°93°
CMYK 0.000.960.01   0.07
XYZ50.363824.392480.6510
Yxy24.39240.32410.1570
Hunter Lab49.388795.5942-62.2477
CIE-Lab56.478692.1963-55.9959

#ee0aeb color RGB value is (238,10,235).

#ee0aeb hex color red value is 238, green value is 10 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ee0aeb hue: 0.84 , saturation: 0.92 and the lightness value of ee0aeb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00001010 11101011
Octal 356 12 353
Decimal 238 10 235
Hex EE A EB

RGB Percentages of Color #ee0aeb

%49.28
%2.07
%48.65

CMYK Percentages of Color #ee0aeb

%0
%96
%1
%7

Triadic Colors of #ee0aeb

#ee0aeb #ebee0a #0aebee

Analogous Colors of #ee0aeb

#ee0aeb #ee0a79 #7f0aee

Monochromatic Colors of #ee0aeb

#ee0aeb

Complementary Color

#ee0aeb #0aee0d

#ee0aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee0aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee0aeb Color CSS Codes

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

#ee0aeb Text Font Color

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

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


#ee0aeb Background Color

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

This div background color is #ee0aeb


#ee0aeb Border Color

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

This div border color is #ee0aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee0aeb


Comments

No comments written yet.

Please login to write comment.