color codes Logo

#ee29b9 color codes

#EE29B9
(238,41,185)
0 Favorites   0 Comments

Color spaces of #ee29b9

RGB 23841185
HSL0.880.850.55
HSV316°83°93°
CMYK 0.000.830.22   0.07
XYZ44.809823.265848.0280
Yxy23.26580.38590.2004
Hunter Lab48.234681.4152-25.2718
CIE-Lab55.345181.6262-29.2357

#ee29b9 color RGB value is (238,41,185).

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

The process color (four color CMYK) of #ee29b9 color code is 0.00, 0.83, 0.22, 0.07. Web safe color of #ee29b9 is #ff33cc. Color #ee29b9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101001 10111001
Octal 356 51 271
Decimal 238 41 185
Hex EE 29 B9

RGB Percentages of Color #ee29b9

%51.29
%8.84
%39.87

CMYK Percentages of Color #ee29b9

%0
%83
%22
%7

Triadic Colors of #ee29b9

#ee29b9 #b9ee29 #29b9ee

Analogous Colors of #ee29b9

#ee29b9 #ee2957 #c129ee

Monochromatic Colors of #ee29b9

#ee29b9

Complementary Color

#ee29b9 #29ee5e

#ee29b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee29b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee29b9 Color CSS Codes

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

#ee29b9 Text Font Color

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

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


#ee29b9 Background Color

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

This div background color is #ee29b9


#ee29b9 Border Color

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

This div border color is #ee29b9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee29b9


Comments

No comments written yet.

Please login to write comment.