Color Hex Logo

#ee629e Color Hex

#EE629E
(238,98,158)
0 Favorites   0 Comments

Color spaces of #ee629e

RGB 23898158
HSL0.930.800.66
HSV334°59°93°
CMYK 0.000.590.34   0.07
XYZ45.799129.381135.6050
Yxy29.38110.41340.2652
Hunter Lab54.204355.9632-1.0026
CIE-Lab61.116559.5923-4.8292

#ee629e color RGB value is (238,98,158).

#ee629e hex color red value is 238, green value is 98 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ee629e hue: 0.93 , saturation: 0.80 and the lightness value of ee629e is 0.66.

The process color (four color CMYK) of #ee629e color hex is 0.00, 0.59, 0.34, 0.07. Web safe color of #ee629e is #ff6699. Color #ee629e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100010 10011110
Octal 356 142 236
Decimal 238 98 158
Hex EE 62 9E

RGB Percentages of Color #ee629e

%48.18
%19.84
%31.98

CMYK Percentages of Color #ee629e

%0
%59
%34
%7

Triadic Colors of #ee629e

#ee629e #9eee62 #629eee

Analogous Colors of #ee629e

#ee629e #ee6c62 #ee62e4

Monochromatic Colors of #ee629e

#ee629e

Complementary Color

#ee629e #62eeb2

#ee629e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee629e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee629e Color CSS Codes

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

#ee629e Text Font Color

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

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


#ee629e Background Color

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

This div background color is #ee629e


#ee629e Border Color

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

This div border color is #ee629e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee629e


Comments

No comments written yet.

Please login to write comment.