Color Hex Logo

#e167ba Color Hex

#E167BA
(225,103,186)
0 Favorites   0 Comments

Color spaces of #e167ba

RGB 225103186
HSL0.890.670.64
HSV319°54°88°
CMYK 0.000.540.17   0.12
XYZ44.764529.253249.7415
Yxy29.25320.36170.2364
Hunter Lab54.086253.0847-16.6669
CIE-Lab61.004457.1012-21.2676

#e167ba color RGB value is (225,103,186).

#e167ba hex color red value is 225, green value is 103 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e167ba hue: 0.89 , saturation: 0.67 and the lightness value of e167ba is 0.64.

The process color (four color CMYK) of #e167ba color hex is 0.00, 0.54, 0.17, 0.12. Web safe color of #e167ba is #cc66cc. Color #e167ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100111 10111010
Octal 341 147 272
Decimal 225 103 186
Hex E1 67 BA

RGB Percentages of Color #e167ba

%43.77
%20.04
%36.19

CMYK Percentages of Color #e167ba

%0
%54
%17
%12

Triadic Colors of #e167ba

#e167ba #bae167 #67bae1

Analogous Colors of #e167ba

#e167ba #e1677d #cb67e1

Monochromatic Colors of #e167ba

#e167ba

Complementary Color

#e167ba #67e18e

#e167ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e167ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e167ba Color CSS Codes

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

#e167ba Text Font Color

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

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


#e167ba Background Color

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

This div background color is #e167ba


#e167ba Border Color

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

This div border color is #e167ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,103,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e167ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e167ba;
  -webkit-box-shadow: 1px 1px 3px 2px #e167ba;
  box-shadow:         1px 1px 3px 2px #e167ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,103,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e167ba


Comments

No comments written yet.

Please login to write comment.