Color Hex Logo

#e164bf Color Hex

#E164BF
(225,100,191)
0 Favorites   0 Comments

Color spaces of #e164bf

RGB 225100191
HSL0.880.680.64
HSV316°56°88°
CMYK 0.000.560.15   0.12
XYZ45.012528.883552.4929
Yxy28.88350.35610.2285
Hunter Lab53.743455.4509-20.2901
CIE-Lab60.678759.2224-24.6185

#e164bf color RGB value is (225,100,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100100 10111111
Octal 341 144 277
Decimal 225 100 191
Hex E1 64 BF

RGB Percentages of Color #e164bf

%43.60
%19.38
%37.02

CMYK Percentages of Color #e164bf

%0
%56
%15
%12

Triadic Colors of #e164bf

#e164bf #bfe164 #64bfe1

Analogous Colors of #e164bf

#e164bf #e16481 #c564e1

Monochromatic Colors of #e164bf

#e164bf

Complementary Color

#e164bf #64e186

#e164bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e164bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e164bf Color CSS Codes

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

#e164bf Text Font Color

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

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


#e164bf Background Color

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

This div background color is #e164bf


#e164bf Border Color

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

This div border color is #e164bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e164bf


Comments

No comments written yet.

Please login to write comment.