Color Hex Logo

#e255bf Color Hex

#E255BF
(226,85,191)
0 Favorites   0 Comments

Color spaces of #e255bf

RGB 22685191
HSL0.870.710.61
HSV315°62°89°
CMYK 0.000.620.15   0.11
XYZ44.016526.427352.0713
Yxy26.42730.35930.2157
Hunter Lab51.407562.8735-24.0704
CIE-Lab58.440465.9740-28.0566

#e255bf color RGB value is (226,85,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010101 10111111
Octal 342 125 277
Decimal 226 85 191
Hex E2 55 BF

RGB Percentages of Color #e255bf

%45.02
%16.93
%38.05

CMYK Percentages of Color #e255bf

%0
%62
%15
%11

Triadic Colors of #e255bf

#e255bf #bfe255 #55bfe2

Analogous Colors of #e255bf

#e255bf #e25579 #bf55e2

Monochromatic Colors of #e255bf

#e255bf

Complementary Color

#e255bf #55e278

#e255bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e255bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e255bf Color CSS Codes

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

#e255bf Text Font Color

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

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


#e255bf Background Color

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

This div background color is #e255bf


#e255bf Border Color

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

This div border color is #e255bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e255bf


Comments

No comments written yet.

Please login to write comment.