Color Hex Logo

#e254bf Color Hex

#E254BF
(226,84,191)
0 Favorites   0 Comments

Color spaces of #e254bf

RGB 22684191
HSL0.870.710.61
HSV315°63°89°
CMYK 0.000.630.15   0.11
XYZ43.938326.271052.0452
Yxy26.27100.35940.2149
Hunter Lab51.255263.3216-24.3251
CIE-Lab58.293466.3786-28.2840

#e254bf color RGB value is (226,84,191).

#e254bf hex color red value is 226, green value is 84 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e254bf hue: 0.87 , saturation: 0.71 and the lightness value of e254bf is 0.61.

The process color (four color CMYK) of #e254bf color hex is 0.00, 0.63, 0.15, 0.11. Web safe color of #e254bf is #cc66cc. Color #e254bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010100 10111111
Octal 342 124 277
Decimal 226 84 191
Hex E2 54 BF

RGB Percentages of Color #e254bf

%45.11
%16.77
%38.12

CMYK Percentages of Color #e254bf

%0
%63
%15
%11

Triadic Colors of #e254bf

#e254bf #bfe254 #54bfe2

Analogous Colors of #e254bf

#e254bf #e25478 #be54e2

Monochromatic Colors of #e254bf

#e254bf

Complementary Color

#e254bf #54e277

#e254bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e254bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e254bf Color CSS Codes

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

#e254bf Text Font Color

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

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


#e254bf Background Color

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

This div background color is #e254bf


#e254bf Border Color

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

This div border color is #e254bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e254bf


Comments

No comments written yet.

Please login to write comment.