Color Hex Logo

#e575bd Color Hex

#E575BD
(229,117,189)
0 Favorites   0 Comments

Color spaces of #e575bd

RGB 229117189
HSL0.890.680.68
HSV321°49°90°
CMYK 0.000.490.17   0.10
XYZ47.859733.054752.0018
Yxy33.05470.36010.2487
Hunter Lab57.493247.9776-13.3817
CIE-Lab64.205252.0719-18.0478

#e575bd color RGB value is (229,117,189).

#e575bd hex color red value is 229, green value is 117 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e575bd hue: 0.89 , saturation: 0.68 and the lightness value of e575bd is 0.68.

The process color (four color CMYK) of #e575bd color hex is 0.00, 0.49, 0.17, 0.10. Web safe color of #e575bd is #cc66cc. Color #e575bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110101 10111101
Octal 345 165 275
Decimal 229 117 189
Hex E5 75 BD

RGB Percentages of Color #e575bd

%42.80
%21.87
%35.33

CMYK Percentages of Color #e575bd

%0
%49
%17
%10

Triadic Colors of #e575bd

#e575bd #bde575 #75bde5

Analogous Colors of #e575bd

#e575bd #e57585 #d575e5

Monochromatic Colors of #e575bd

#e575bd

Complementary Color

#e575bd #75e59d

#e575bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e575bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e575bd Color CSS Codes

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

#e575bd Text Font Color

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

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


#e575bd Background Color

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

This div background color is #e575bd


#e575bd Border Color

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

This div border color is #e575bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e575bd


Comments

No comments written yet.

Please login to write comment.