Color Hex Logo

#e107bf Color Hex

#E107BF
(225,7,191)
0 Favorites   0 Comments

Color spaces of #e107bf

RGB 2257191
HSL0.860.940.45
HSV309°97°88°
CMYK 0.000.970.15   0.12
XYZ40.531319.921150.9991
Yxy19.92110.36370.1787
Hunter Lab44.633183.9881-36.5034
CIE-Lab51.747984.3293-38.5145

#e107bf color RGB value is (225,7,191).

#e107bf hex color red value is 225, green value is 7 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e107bf hue: 0.86 , saturation: 0.94 and the lightness value of e107bf is 0.45.

The process color (four color CMYK) of #e107bf color hex is 0.00, 0.97, 0.15, 0.12. Web safe color of #e107bf is #cc00cc. Color #e107bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000111 10111111
Octal 341 7 277
Decimal 225 7 191
Hex E1 7 BF

RGB Percentages of Color #e107bf

%53.19
%1.65
%45.15

CMYK Percentages of Color #e107bf

%0
%97
%15
%12

Triadic Colors of #e107bf

#e107bf #bfe107 #07bfe1

Analogous Colors of #e107bf

#e107bf #e10752 #9607e1

Monochromatic Colors of #e107bf

#e107bf

Complementary Color

#e107bf #07e129

#e107bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e107bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e107bf Color CSS Codes

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

#e107bf Text Font Color

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

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


#e107bf Background Color

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

This div background color is #e107bf


#e107bf Border Color

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

This div border color is #e107bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e107bf


Comments

No comments written yet.

Please login to write comment.