Color Hex Logo

#e565bd Color Hex

#E565BD
(229,101,189)
0 Favorites   0 Comments

Color spaces of #e565bd

RGB 229101189
HSL0.890.710.65
HSV319°56°90°
CMYK 0.000.560.17   0.10
XYZ46.152129.639551.4326
Yxy29.63950.36280.2330
Hunter Lab54.442256.0455-17.9029
CIE-Lab61.341959.6253-22.4119

#e565bd color RGB value is (229,101,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100101 10111101
Octal 345 145 275
Decimal 229 101 189
Hex E5 65 BD

RGB Percentages of Color #e565bd

%44.12
%19.46
%36.42

CMYK Percentages of Color #e565bd

%0
%56
%17
%10

Triadic Colors of #e565bd

#e565bd #bde565 #65bde5

Analogous Colors of #e565bd

#e565bd #e5657d #cd65e5

Monochromatic Colors of #e565bd

#e565bd

Complementary Color

#e565bd #65e58d

#e565bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e565bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e565bd Color CSS Codes

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

#e565bd Text Font Color

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

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


#e565bd Background Color

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

This div background color is #e565bd


#e565bd Border Color

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

This div border color is #e565bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e565bd


Comments

No comments written yet.

Please login to write comment.