Color Hex Logo

#ee29da Color Hex

#EE29DA
(238,41,218)
0 Favorites   0 Comments

Color spaces of #ee29da

RGB 23841218
HSL0.850.850.55
HSV306°83°93°
CMYK 0.000.830.08   0.07
XYZ48.707724.825068.5542
Yxy24.82500.34280.1747
Hunter Lab49.824787.3051-46.7003
CIE-Lab56.904585.8759-45.7199

#ee29da color RGB value is (238,41,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101001 11011010
Octal 356 51 332
Decimal 238 41 218
Hex EE 29 DA

RGB Percentages of Color #ee29da

%47.89
%8.25
%43.86

CMYK Percentages of Color #ee29da

%0
%83
%8
%7

Triadic Colors of #ee29da

#ee29da #daee29 #29daee

Analogous Colors of #ee29da

#ee29da #ee2978 #a029ee

Monochromatic Colors of #ee29da

#ee29da

Complementary Color

#ee29da #29ee3d

#ee29da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee29da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee29da Color CSS Codes

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

#ee29da Text Font Color

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

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


#ee29da Background Color

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

This div background color is #ee29da


#ee29da Border Color

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

This div border color is #ee29da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee29da


Comments

No comments written yet.

Please login to write comment.