Color Hex Logo

#ee017d Color Hex

#EE017D
(238,1,125)
0 Favorites   0 Comments

Color spaces of #ee017d

RGB 2381125
HSL0.910.990.47
HSV329°100°93°
CMYK 0.001.000.47   0.07
XYZ38.972419.679521.1465
Yxy19.67950.48840.2466
Hunter Lab44.361679.18252.7905
CIE-Lab51.472980.62640.5110

#ee017d color RGB value is (238,1,125).

#ee017d hex color red value is 238, green value is 1 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ee017d hue: 0.91 , saturation: 0.99 and the lightness value of ee017d is 0.47.

The process color (four color CMYK) of #ee017d color hex is 0.00, 1.00, 0.47, 0.07. Web safe color of #ee017d is #ff0066. Color #ee017d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000001 01111101
Octal 356 1 175
Decimal 238 1 125
Hex EE 1 7D

RGB Percentages of Color #ee017d

%65.38
%0.27
%34.34

CMYK Percentages of Color #ee017d

%0
%100
%47
%7

Triadic Colors of #ee017d

#ee017d #7dee01 #017dee

Analogous Colors of #ee017d

#ee017d #ee0106 #e901ee

Monochromatic Colors of #ee017d

#ee017d

Complementary Color

#ee017d #01ee72

#ee017d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee017d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee017d Color CSS Codes

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

#ee017d Text Font Color

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

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


#ee017d Background Color

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

This div background color is #ee017d


#ee017d Border Color

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

This div border color is #ee017d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee017d


Comments

No comments written yet.

Please login to write comment.