Color Hex Logo

#ee819a Color Hex

#EE819A
(238,129,154)
0 Favorites   0 Comments

Color spaces of #ee819a

RGB 238129154
HSL0.960.760.72
HSV346°46°93°
CMYK 0.000.460.35   0.07
XYZ48.942936.210834.9817
Yxy36.21080.40740.3014
Hunter Lab60.175439.87377.6558
CIE-Lab66.680744.38035.5730

#ee819a color RGB value is (238,129,154).

#ee819a hex color red value is 238, green value is 129 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ee819a hue: 0.96 , saturation: 0.76 and the lightness value of ee819a is 0.72.

The process color (four color CMYK) of #ee819a color hex is 0.00, 0.46, 0.35, 0.07. Web safe color of #ee819a is #ff9999. Color #ee819a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000001 10011010
Octal 356 201 232
Decimal 238 129 154
Hex EE 81 9A

RGB Percentages of Color #ee819a

%45.68
%24.76
%29.56

CMYK Percentages of Color #ee819a

%0
%46
%35
%7

Triadic Colors of #ee819a

#ee819a #9aee81 #819aee

Analogous Colors of #ee819a

#ee819a #ee9f81 #ee81d1

Monochromatic Colors of #ee819a

#ee819a

Complementary Color

#ee819a #81eed5

#ee819a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee819a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee819a Color CSS Codes

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

#ee819a Text Font Color

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

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


#ee819a Background Color

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

This div background color is #ee819a


#ee819a Border Color

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

This div border color is #ee819a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee819a


Comments

No comments written yet.

Please login to write comment.