Color Hex Logo

#e164bc Color Hex

#E164BC
(225,100,188)
0 Favorites   0 Comments

Color spaces of #e164bc

RGB 225100188
HSL0.880.680.64
HSV318°56°88°
CMYK 0.000.560.16   0.12
XYZ44.685628.752750.7716
Yxy28.75270.35980.2315
Hunter Lab53.621554.9156-18.6037
CIE-Lab60.562858.7763-23.0852

#e164bc color RGB value is (225,100,188).

#e164bc hex color red value is 225, green value is 100 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e164bc hue: 0.88 , saturation: 0.68 and the lightness value of e164bc is 0.64.

The process color (four color CMYK) of #e164bc color hex is 0.00, 0.56, 0.16, 0.12. Web safe color of #e164bc is #cc66cc. Color #e164bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100100 10111100
Octal 341 144 274
Decimal 225 100 188
Hex E1 64 BC

RGB Percentages of Color #e164bc

%43.86
%19.49
%36.65

CMYK Percentages of Color #e164bc

%0
%56
%16
%12

Triadic Colors of #e164bc

#e164bc #bce164 #64bce1

Analogous Colors of #e164bc

#e164bc #e1647e #c864e1

Monochromatic Colors of #e164bc

#e164bc

Complementary Color

#e164bc #64e189

#e164bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e164bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e164bc Color CSS Codes

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

#e164bc Text Font Color

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

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


#e164bc Background Color

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

This div background color is #e164bc


#e164bc Border Color

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

This div border color is #e164bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e164bc


Comments

No comments written yet.

Please login to write comment.