Color Hex Logo

#e355bf Color Hex

#E355BF
(227,85,191)
0 Favorites   0 Comments

Color spaces of #e355bf

RGB 22785191
HSL0.880.720.61
HSV315°63°89°
CMYK 0.000.630.16   0.11
XYZ44.331026.589552.0860
Yxy26.58950.36040.2162
Hunter Lab51.565063.2196-23.7935
CIE-Lab58.592466.2380-27.8093

#e355bf color RGB value is (227,85,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010101 10111111
Octal 343 125 277
Decimal 227 85 191
Hex E3 55 BF

RGB Percentages of Color #e355bf

%45.13
%16.90
%37.97

CMYK Percentages of Color #e355bf

%0
%63
%16
%11

Triadic Colors of #e355bf

#e355bf #bfe355 #55bfe3

Analogous Colors of #e355bf

#e355bf #e35578 #c055e3

Monochromatic Colors of #e355bf

#e355bf

Complementary Color

#e355bf #55e379

#e355bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e355bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e355bf Color CSS Codes

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

#e355bf Text Font Color

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

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


#e355bf Background Color

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

This div background color is #e355bf


#e355bf Border Color

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

This div border color is #e355bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e355bf


Comments

No comments written yet.

Please login to write comment.