Color Hex Logo

#ee309d Color Hex

#EE309D
(238,48,157)
0 Favorites   0 Comments

Color spaces of #ee309d

RGB 23848157
HSL0.900.850.56
HSV326°80°93°
CMYK 0.000.800.34   0.07
XYZ42.402722.725434.0499
Yxy22.72540.42750.2291
Hunter Lab47.671275.3482-8.9790
CIE-Lab54.788476.9291-13.7038

#ee309d color RGB value is (238,48,157).

#ee309d hex color red value is 238, green value is 48 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ee309d hue: 0.90 , saturation: 0.85 and the lightness value of ee309d is 0.56.

The process color (four color CMYK) of #ee309d color hex is 0.00, 0.80, 0.34, 0.07. Web safe color of #ee309d is #ff3399. Color #ee309d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110000 10011101
Octal 356 60 235
Decimal 238 48 157
Hex EE 30 9D

RGB Percentages of Color #ee309d

%53.72
%10.84
%35.44

CMYK Percentages of Color #ee309d

%0
%80
%34
%7

Triadic Colors of #ee309d

#ee309d #9dee30 #309dee

Analogous Colors of #ee309d

#ee309d #ee303e #e030ee

Monochromatic Colors of #ee309d

#ee309d

Complementary Color

#ee309d #30ee81

#ee309d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee309d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee309d Color CSS Codes

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

#ee309d Text Font Color

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

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


#ee309d Background Color

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

This div background color is #ee309d


#ee309d Border Color

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

This div border color is #ee309d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee309d


Comments

No comments written yet.

Please login to write comment.