Color Hex Logo

#ee1064 Color Hex

#EE1064
(238,16,100)
0 Favorites   0 Comments

Color spaces of #ee1064

RGB 23816100
HSL0.940.870.50
HSV337°93°93°
CMYK 0.000.930.58   0.07
XYZ37.745419.467813.8249
Yxy19.46780.53130.2740
Hunter Lab44.122375.487612.3082
CIE-Lab51.230177.733115.3913

#ee1064 color RGB value is (238,16,100).

#ee1064 hex color red value is 238, green value is 16 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ee1064 hue: 0.94 , saturation: 0.87 and the lightness value of ee1064 is 0.50.

The process color (four color CMYK) of #ee1064 color hex is 0.00, 0.93, 0.58, 0.07. Web safe color of #ee1064 is #ff0066. Color #ee1064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010000 01100100
Octal 356 20 144
Decimal 238 16 100
Hex EE 10 64

RGB Percentages of Color #ee1064

%67.23
%4.52
%28.25

CMYK Percentages of Color #ee1064

%0
%93
%58
%7

Triadic Colors of #ee1064

#ee1064 #64ee10 #1064ee

Analogous Colors of #ee1064

#ee1064 #ee2b10 #ee10d3

Monochromatic Colors of #ee1064

#ee1064

Complementary Color

#ee1064 #10ee9a

#ee1064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee1064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee1064 Color CSS Codes

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

#ee1064 Text Font Color

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

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


#ee1064 Background Color

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

This div background color is #ee1064


#ee1064 Border Color

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

This div border color is #ee1064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee1064


Comments

No comments written yet.

Please login to write comment.