Color Hex Logo

#ee628a Color Hex

#EE628A
(238,98,138)
0 Favorites   0 Comments

Color spaces of #ee628a

RGB 23898138
HSL0.950.800.66
HSV343°59°93°
CMYK 0.000.590.42   0.07
XYZ44.215028.747527.2632
Yxy28.74750.44120.2868
Hunter Lab53.616753.37087.3837
CIE-Lab60.558157.42665.9392

#ee628a color RGB value is (238,98,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100010 10001010
Octal 356 142 212
Decimal 238 98 138
Hex EE 62 8A

RGB Percentages of Color #ee628a

%50.21
%20.68
%29.11

CMYK Percentages of Color #ee628a

%0
%59
%42
%7

Triadic Colors of #ee628a

#ee628a #8aee62 #628aee

Analogous Colors of #ee628a

#ee628a #ee8062 #ee62d0

Monochromatic Colors of #ee628a

#ee628a

Complementary Color

#ee628a #62eec6

#ee628a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee628a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee628a Color CSS Codes

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

#ee628a Text Font Color

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

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


#ee628a Background Color

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

This div background color is #ee628a


#ee628a Border Color

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

This div border color is #ee628a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee628a


Comments

No comments written yet.

Please login to write comment.