Color Hex Logo

#ee167d Color Hex

#EE167D
(238,22,125)
0 Favorites   0 Comments

Color spaces of #ee167d

RGB 23822125
HSL0.920.860.51
HSV331°91°93°
CMYK 0.000.910.47   0.07
XYZ39.248520.231621.2385
Yxy20.23160.48620.2506
Hunter Lab44.979677.04233.4901
CIE-Lab52.098178.80691.4211

#ee167d color RGB value is (238,22,125).

#ee167d hex color red value is 238, green value is 22 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ee167d hue: 0.92 , saturation: 0.86 and the lightness value of ee167d is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010110 01111101
Octal 356 26 175
Decimal 238 22 125
Hex EE 16 7D

RGB Percentages of Color #ee167d

%61.82
%5.71
%32.47

CMYK Percentages of Color #ee167d

%0
%91
%47
%7

Triadic Colors of #ee167d

#ee167d #7dee16 #167dee

Analogous Colors of #ee167d

#ee167d #ee1b16 #ee16e9

Monochromatic Colors of #ee167d

#ee167d

Complementary Color

#ee167d #16ee87

#ee167d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee167d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee167d Color CSS Codes

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

#ee167d Text Font Color

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

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


#ee167d Background Color

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

This div background color is #ee167d


#ee167d Border Color

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

This div border color is #ee167d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,22,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 #ee167d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee167d


Comments

No comments written yet.

Please login to write comment.