Color Hex Logo

#eb169d Color Hex

#EB169D
(235,22,157)
0 Favorites   0 Comments

Color spaces of #eb169d

RGB 23522157
HSL0.890.840.50
HSV322°91°92°
CMYK 0.000.910.33   0.08
XYZ40.633720.670333.7464
Yxy20.67030.42750.2175
Hunter Lab45.464679.9702-12.1832
CIE-Lab52.586881.0302-17.0952

#eb169d color RGB value is (235,22,157).

#eb169d hex color red value is 235, green value is 22 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #eb169d hue: 0.89 , saturation: 0.84 and the lightness value of eb169d is 0.50.

The process color (four color CMYK) of #eb169d color hex is 0.00, 0.91, 0.33, 0.08. Web safe color of #eb169d is #ff0099. Color #eb169d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010110 10011101
Octal 353 26 235
Decimal 235 22 157
Hex EB 16 9D

RGB Percentages of Color #eb169d

%56.76
%5.31
%37.92

CMYK Percentages of Color #eb169d

%0
%91
%33
%8

Triadic Colors of #eb169d

#eb169d #9deb16 #169deb

Analogous Colors of #eb169d

#eb169d #eb1632 #cf16eb

Monochromatic Colors of #eb169d

#eb169d

Complementary Color

#eb169d #16eb64

#eb169d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb169d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb169d Color CSS Codes

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

#eb169d Text Font Color

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

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


#eb169d Background Color

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

This div background color is #eb169d


#eb169d Border Color

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

This div border color is #eb169d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,22,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb169d


Comments

No comments written yet.

Please login to write comment.