Color Hex Logo

#ee608d Color Hex

#EE608D
(238,96,141)
0 Favorites   0 Comments

Color spaces of #ee608d

RGB 23896141
HSL0.950.810.65
HSV341°60°93°
CMYK 0.000.600.41   0.07
XYZ44.250528.466028.3615
Yxy28.46600.43780.2816
Hunter Lab53.353554.67615.8303
CIE-Lab60.307458.61093.8365

#ee608d color RGB value is (238,96,141).

#ee608d hex color red value is 238, green value is 96 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ee608d hue: 0.95 , saturation: 0.81 and the lightness value of ee608d is 0.65.

The process color (four color CMYK) of #ee608d color hex is 0.00, 0.60, 0.41, 0.07. Web safe color of #ee608d is #ff6699. Color #ee608d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100000 10001101
Octal 356 140 215
Decimal 238 96 141
Hex EE 60 8D

RGB Percentages of Color #ee608d

%50.11
%20.21
%29.68

CMYK Percentages of Color #ee608d

%0
%60
%41
%7

Triadic Colors of #ee608d

#ee608d #8dee60 #608dee

Analogous Colors of #ee608d

#ee608d #ee7a60 #ee60d4

Monochromatic Colors of #ee608d

#ee608d

Complementary Color

#ee608d #60eec1

#ee608d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee608d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee608d Color CSS Codes

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

#ee608d Text Font Color

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

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


#ee608d Background Color

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

This div background color is #ee608d


#ee608d Border Color

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

This div border color is #ee608d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee608d


Comments

No comments written yet.

Please login to write comment.