Color Hex Logo

#ee51da Color Hex

#EE51DA
(238,81,218)
0 Favorites   0 Comments

Color spaces of #ee51da

RGB 23881218
HSL0.850.820.63
HSV308°66°93°
CMYK 0.000.660.08   0.07
XYZ50.857229.124069.2707
Yxy29.12400.34070.1951
Hunter Lab53.966773.7735-38.3270
CIE-Lab60.890974.4945-39.4419

#ee51da color RGB value is (238,81,218).

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

The process color (four color CMYK) of #ee51da color hex is 0.00, 0.66, 0.08, 0.07. Web safe color of #ee51da is #ff66cc. Color #ee51da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010001 11011010
Octal 356 121 332
Decimal 238 81 218
Hex EE 51 DA

RGB Percentages of Color #ee51da

%44.32
%15.08
%40.60

CMYK Percentages of Color #ee51da

%0
%66
%8
%7

Triadic Colors of #ee51da

#ee51da #daee51 #51daee

Analogous Colors of #ee51da

#ee51da #ee518c #b451ee

Monochromatic Colors of #ee51da

#ee51da

Complementary Color

#ee51da #51ee65

#ee51da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee51da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee51da Color CSS Codes

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

#ee51da Text Font Color

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

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


#ee51da Background Color

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

This div background color is #ee51da


#ee51da Border Color

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

This div border color is #ee51da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee51da


Comments

No comments written yet.

Please login to write comment.