Color Hex Logo

#ee6cea Color Hex

#EE6CEA
(238,108,234)
0 Favorites   0 Comments

Color spaces of #ee6cea

RGB 238108234
HSL0.840.790.68
HSV302°55°93°
CMYK 0.000.550.02   0.07
XYZ55.473734.842881.6434
Yxy34.84280.32260.2026
Hunter Lab59.027864.4538-40.6866
CIE-Lab65.626166.0126-40.9634

#ee6cea color RGB value is (238,108,234).

#ee6cea hex color red value is 238, green value is 108 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ee6cea hue: 0.84 , saturation: 0.79 and the lightness value of ee6cea is 0.68.

The process color (four color CMYK) of #ee6cea color hex is 0.00, 0.55, 0.02, 0.07. Web safe color of #ee6cea is #ff66ff. Color #ee6cea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101100 11101010
Octal 356 154 352
Decimal 238 108 234
Hex EE 6C EA

RGB Percentages of Color #ee6cea

%41.03
%18.62
%40.34

CMYK Percentages of Color #ee6cea

%0
%55
%2
%7

Triadic Colors of #ee6cea

#ee6cea #eaee6c #6ceaee

Analogous Colors of #ee6cea

#ee6cea #ee6ca9 #b16cee

Monochromatic Colors of #ee6cea

#ee6cea

Complementary Color

#ee6cea #6cee70

#ee6cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee6cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee6cea Color CSS Codes

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

#ee6cea Text Font Color

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

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


#ee6cea Background Color

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

This div background color is #ee6cea


#ee6cea Border Color

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

This div border color is #ee6cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee6cea


Comments

No comments written yet.

Please login to write comment.