Color Hex Logo

#ee60be Color Hex

#EE60BE
(238,96,190)
0 Favorites   0 Comments

Color spaces of #ee60be

RGB 23896190
HSL0.890.810.65
HSV320°60°93°
CMYK 0.000.600.20   0.07
XYZ48.737030.260651.9874
Yxy30.26060.37210.2310
Hunter Lab55.009661.8792-17.5259
CIE-Lab61.878464.5169-22.0450

#ee60be color RGB value is (238,96,190).

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

The process color (four color CMYK) of #ee60be color hex is 0.00, 0.60, 0.20, 0.07. Web safe color of #ee60be is #ff66cc. Color #ee60be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100000 10111110
Octal 356 140 276
Decimal 238 96 190
Hex EE 60 BE

RGB Percentages of Color #ee60be

%45.42
%18.32
%36.26

CMYK Percentages of Color #ee60be

%0
%60
%20
%7

Triadic Colors of #ee60be

#ee60be #beee60 #60beee

Analogous Colors of #ee60be

#ee60be #ee6077 #d760ee

Monochromatic Colors of #ee60be

#ee60be

Complementary Color

#ee60be #60ee90

#ee60be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee60be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee60be Color CSS Codes

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

#ee60be Text Font Color

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

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


#ee60be Background Color

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

This div background color is #ee60be


#ee60be Border Color

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

This div border color is #ee60be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee60be


Comments

No comments written yet.

Please login to write comment.