Color Hex Logo

#ee075c Color Hex

#EE075C
(238,7,92)
0 Favorites   0 Comments

Color spaces of #ee075c

RGB 238792
HSL0.940.940.48
HSV338°97°93°
CMYK 0.000.970.61   0.07
XYZ37.267619.101811.8480
Yxy19.10180.54630.2800
Hunter Lab43.705675.721414.5212
CIE-Lab50.806178.003319.7002

#ee075c color RGB value is (238,7,92).

#ee075c hex color red value is 238, green value is 7 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ee075c hue: 0.94 , saturation: 0.94 and the lightness value of ee075c is 0.48.

The process color (four color CMYK) of #ee075c color hex is 0.00, 0.97, 0.61, 0.07. Web safe color of #ee075c is #ff0066. Color #ee075c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000111 01011100
Octal 356 7 134
Decimal 238 7 92
Hex EE 7 5C

RGB Percentages of Color #ee075c

%70.62
%2.08
%27.30

CMYK Percentages of Color #ee075c

%0
%97
%61
%7

Triadic Colors of #ee075c

#ee075c #5cee07 #075cee

Analogous Colors of #ee075c

#ee075c #ee2607 #ee07d0

Monochromatic Colors of #ee075c

#ee075c

Complementary Color

#ee075c #07ee99

#ee075c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee075c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee075c Color CSS Codes

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

#ee075c Text Font Color

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

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


#ee075c Background Color

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

This div background color is #ee075c


#ee075c Border Color

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

This div border color is #ee075c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee075c


Comments

No comments written yet.

Please login to write comment.