Color Hex Logo

#e353bd Color Hex

#E353BD
(227,83,189)
0 Favorites   0 Comments

Color spaces of #e353bd

RGB 22783189
HSL0.880.720.61
HSV316°63°89°
CMYK 0.000.630.17   0.11
XYZ43.957126.191550.8828
Yxy26.19150.36320.2164
Hunter Lab51.177663.7550-23.1241
CIE-Lab58.218466.7570-27.2404

#e353bd color RGB value is (227,83,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010011 10111101
Octal 343 123 275
Decimal 227 83 189
Hex E3 53 BD

RGB Percentages of Color #e353bd

%45.49
%16.63
%37.88

CMYK Percentages of Color #e353bd

%0
%63
%17
%11

Triadic Colors of #e353bd

#e353bd #bde353 #53bde3

Analogous Colors of #e353bd

#e353bd #e35375 #c153e3

Monochromatic Colors of #e353bd

#e353bd

Complementary Color

#e353bd #53e379

#e353bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e353bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e353bd Color CSS Codes

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

#e353bd Text Font Color

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

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


#e353bd Background Color

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

This div background color is #e353bd


#e353bd Border Color

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

This div border color is #e353bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,83,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e353bd


Comments

No comments written yet.

Please login to write comment.