Color Hex Logo

#ee659b Color Hex

#EE659B
(238,101,155)
0 Favorites   0 Comments

Color spaces of #ee659b

RGB 238101155
HSL0.930.800.66
HSV336°58°93°
CMYK 0.000.580.35   0.07
XYZ45.830029.851134.3567
Yxy29.85110.41650.2713
Hunter Lab54.636254.11640.9622
CIE-Lab61.525557.9174-2.4945

#ee659b color RGB value is (238,101,155).

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

The process color (four color CMYK) of #ee659b color hex is 0.00, 0.58, 0.35, 0.07. Web safe color of #ee659b is #ff6699. Color #ee659b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100101 10011011
Octal 356 145 233
Decimal 238 101 155
Hex EE 65 9B

RGB Percentages of Color #ee659b

%48.18
%20.45
%31.38

CMYK Percentages of Color #ee659b

%0
%58
%35
%7

Triadic Colors of #ee659b

#ee659b #9bee65 #659bee

Analogous Colors of #ee659b

#ee659b #ee7465 #ee65e0

Monochromatic Colors of #ee659b

#ee659b

Complementary Color

#ee659b #65eeb8

#ee659b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee659b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee659b Color CSS Codes

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

#ee659b Text Font Color

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

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


#ee659b Background Color

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

This div background color is #ee659b


#ee659b Border Color

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

This div border color is #ee659b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee659b


Comments

No comments written yet.

Please login to write comment.