Color Hex Logo

#e223bd Color Hex

#E223BD
(226,35,189)
0 Favorites   0 Comments

Color spaces of #e223bd

RGB 22635189
HSL0.870.770.51
HSV312°85°89°
CMYK 0.000.850.16   0.11
XYZ41.150421.044950.0373
Yxy21.04490.36670.1875
Hunter Lab45.874779.8368-32.5576
CIE-Lab52.998680.8448-35.3755

#e223bd color RGB value is (226,35,189).

#e223bd hex color red value is 226, green value is 35 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e223bd hue: 0.87 , saturation: 0.77 and the lightness value of e223bd is 0.51.

The process color (four color CMYK) of #e223bd color hex is 0.00, 0.85, 0.16, 0.11. Web safe color of #e223bd is #cc33cc. Color #e223bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00100011 10111101
Octal 342 43 275
Decimal 226 35 189
Hex E2 23 BD

RGB Percentages of Color #e223bd

%50.22
%7.78
%42.00

CMYK Percentages of Color #e223bd

%0
%85
%16
%11

Triadic Colors of #e223bd

#e223bd #bde223 #23bde2

Analogous Colors of #e223bd

#e223bd #e2235e #a823e2

Monochromatic Colors of #e223bd

#e223bd

Complementary Color

#e223bd #23e248

#e223bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e223bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e223bd Color CSS Codes

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

#e223bd Text Font Color

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

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


#e223bd Background Color

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

This div background color is #e223bd


#e223bd Border Color

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

This div border color is #e223bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e223bd


Comments

No comments written yet.

Please login to write comment.