Color Hex Logo

#e264bd Color Hex

#E264BD
(226,100,189)
0 Favorites   0 Comments

Color spaces of #e264bd

RGB 226100189
HSL0.880.680.64
HSV318°56°89°
CMYK 0.000.560.16   0.11
XYZ45.106528.957251.3560
Yxy28.95720.35960.2309
Hunter Lab53.811955.4524-18.9158
CIE-Lab60.743859.2127-23.3657

#e264bd color RGB value is (226,100,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100100 10111101
Octal 342 144 275
Decimal 226 100 189
Hex E2 64 BD

RGB Percentages of Color #e264bd

%43.88
%19.42
%36.70

CMYK Percentages of Color #e264bd

%0
%56
%16
%11

Triadic Colors of #e264bd

#e264bd #bde264 #64bde2

Analogous Colors of #e264bd

#e264bd #e2647e #c864e2

Monochromatic Colors of #e264bd

#e264bd

Complementary Color

#e264bd #64e289

#e264bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e264bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e264bd Color CSS Codes

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

#e264bd Text Font Color

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

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


#e264bd Background Color

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

This div background color is #e264bd


#e264bd Border Color

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

This div border color is #e264bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e264bd


Comments

No comments written yet.

Please login to write comment.