Color Hex Logo

#ee45da Color Hex

#EE45DA
(238,69,218)
0 Favorites   0 Comments

Color spaces of #ee45da

RGB 23869218
HSL0.850.830.60
HSV307°71°93°
CMYK 0.000.710.08   0.07
XYZ50.042927.495368.9992
Yxy27.49530.34150.1876
Hunter Lab52.436078.5907-41.3131
CIE-Lab59.430078.6134-41.7357

#ee45da color RGB value is (238,69,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000101 11011010
Octal 356 105 332
Decimal 238 69 218
Hex EE 45 DA

RGB Percentages of Color #ee45da

%45.33
%13.14
%41.52

CMYK Percentages of Color #ee45da

%0
%71
%8
%7

Triadic Colors of #ee45da

#ee45da #daee45 #45daee

Analogous Colors of #ee45da

#ee45da #ee4586 #ae45ee

Monochromatic Colors of #ee45da

#ee45da

Complementary Color

#ee45da #45ee59

#ee45da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee45da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee45da Color CSS Codes

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

#ee45da Text Font Color

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

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


#ee45da Background Color

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

This div background color is #ee45da


#ee45da Border Color

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

This div border color is #ee45da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee45da

Related Colors


Comments

No comments written yet.

Please login to write comment.