Color Hex Logo

#ee1cae Color Hex

#EE1CAE
(238,28,174)
0 Favorites   0 Comments

Color spaces of #ee1cae

RGB 23828174
HSL0.880.860.52
HSV318°88°93°
CMYK 0.000.880.27   0.07
XYZ43.315122.063642.0201
Yxy22.06360.40330.2054
Hunter Lab46.971982.4028-20.1593
CIE-Lab54.094482.6410-24.7590

#ee1cae color RGB value is (238,28,174).

#ee1cae hex color red value is 238, green value is 28 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ee1cae hue: 0.88 , saturation: 0.86 and the lightness value of ee1cae is 0.52.

The process color (four color CMYK) of #ee1cae color hex is 0.00, 0.88, 0.27, 0.07. Web safe color of #ee1cae is #ff3399. Color #ee1cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00011100 10101110
Octal 356 34 256
Decimal 238 28 174
Hex EE 1C AE

RGB Percentages of Color #ee1cae

%54.09
%6.36
%39.55

CMYK Percentages of Color #ee1cae

%0
%88
%27
%7

Triadic Colors of #ee1cae

#ee1cae #aeee1c #1caeee

Analogous Colors of #ee1cae

#ee1cae #ee1c45 #c51cee

Monochromatic Colors of #ee1cae

#ee1cae

Complementary Color

#ee1cae #1cee5c

#ee1cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee1cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee1cae Color CSS Codes

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

#ee1cae Text Font Color

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

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


#ee1cae Background Color

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

This div background color is #ee1cae


#ee1cae Border Color

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

This div border color is #ee1cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee1cae


Comments

No comments written yet.

Please login to write comment.