Color Hex Logo

#ee3ada Color Hex

#EE3ADA
(238,58,218)
0 Favorites   0 Comments

Color spaces of #ee3ada

RGB 23858218
HSL0.850.840.58
HSV307°76°93°
CMYK 0.000.760.08   0.07
XYZ49.427826.265268.7942
Yxy26.26520.34210.1818
Hunter Lab51.249682.4680-43.7124
CIE-Lab58.287981.8751-43.5345

#ee3ada color RGB value is (238,58,218).

#ee3ada hex color red value is 238, green value is 58 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ee3ada hue: 0.85 , saturation: 0.84 and the lightness value of ee3ada is 0.58.

The process color (four color CMYK) of #ee3ada color hex is 0.00, 0.76, 0.08, 0.07. Web safe color of #ee3ada is #ff33cc. Color #ee3ada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111010 11011010
Octal 356 72 332
Decimal 238 58 218
Hex EE 3A DA

RGB Percentages of Color #ee3ada

%46.30
%11.28
%42.41

CMYK Percentages of Color #ee3ada

%0
%76
%8
%7

Triadic Colors of #ee3ada

#ee3ada #daee3a #3adaee

Analogous Colors of #ee3ada

#ee3ada #ee3a80 #a83aee

Monochromatic Colors of #ee3ada

#ee3ada

Complementary Color

#ee3ada #3aee4e

#ee3ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3ada Color CSS Codes

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

#ee3ada Text Font Color

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

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


#ee3ada Background Color

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

This div background color is #ee3ada


#ee3ada Border Color

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

This div border color is #ee3ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3ada


Comments

No comments written yet.

Please login to write comment.