Color Hex Logo

#e364bd Color Hex

#E364BD
(227,100,189)
0 Favorites   0 Comments

Color spaces of #e364bd

RGB 227100189
HSL0.880.690.64
HSV318°56°89°
CMYK 0.000.560.17   0.11
XYZ45.421029.119451.3708
Yxy29.11940.36070.2313
Hunter Lab53.962455.8121-18.6689
CIE-Lab60.886959.5005-23.1341

#e364bd color RGB value is (227,100,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01100100 10111101
Octal 343 144 275
Decimal 227 100 189
Hex E3 64 BD

RGB Percentages of Color #e364bd

%43.99
%19.38
%36.63

CMYK Percentages of Color #e364bd

%0
%56
%17
%11

Triadic Colors of #e364bd

#e364bd #bde364 #64bde3

Analogous Colors of #e364bd

#e364bd #e3647e #ca64e3

Monochromatic Colors of #e364bd

#e364bd

Complementary Color

#e364bd #64e38a

#e364bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e364bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e364bd Color CSS Codes

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

#e364bd Text Font Color

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

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


#e364bd Background Color

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

This div background color is #e364bd


#e364bd Border Color

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

This div border color is #e364bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e364bd


Comments

No comments written yet.

Please login to write comment.