Color Hex Logo

#ee064b Color Hex

#EE064B
(238,6,75)
0 Favorites   0 Comments

Color spaces of #ee064b

RGB 238675
HSL0.950.950.48
HSV342°97°93°
CMYK 0.000.970.68   0.07
XYZ36.595018.81548.3596
Yxy18.81540.57390.2951
Hunter Lab43.376774.683218.9373
CIE-Lab50.470577.234729.6005

#ee064b color RGB value is (238,6,75).

#ee064b hex color red value is 238, green value is 6 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ee064b hue: 0.95 , saturation: 0.95 and the lightness value of ee064b is 0.48.

The process color (four color CMYK) of #ee064b color hex is 0.00, 0.97, 0.68, 0.07. Web safe color of #ee064b is #ff0033. Color #ee064b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000110 01001011
Octal 356 6 113
Decimal 238 6 75
Hex EE 6 4B

RGB Percentages of Color #ee064b

%74.61
%1.88
%23.51

CMYK Percentages of Color #ee064b

%0
%97
%68
%7

Triadic Colors of #ee064b

#ee064b #4bee06 #064bee

Analogous Colors of #ee064b

#ee064b #ee3506 #ee06bf

Monochromatic Colors of #ee064b

#ee064b

Complementary Color

#ee064b #06eea9

#ee064b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee064b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee064b Color CSS Codes

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

#ee064b Text Font Color

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

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


#ee064b Background Color

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

This div background color is #ee064b


#ee064b Border Color

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

This div border color is #ee064b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee064b


Comments

No comments written yet.

Please login to write comment.