Color Hex Logo

#e020bd Color Hex

#E020BD
(224,32,189)
0 Favorites   0 Comments

Color spaces of #e020bd

RGB 22432189
HSL0.860.760.50
HSV311°86°88°
CMYK 0.000.860.16   0.12
XYZ40.442320.554449.9800
Yxy20.55440.36440.1852
Hunter Lab45.337079.8891-33.6261
CIE-Lab52.458380.9914-36.2481

#e020bd color RGB value is (224,32,189).

#e020bd hex color red value is 224, green value is 32 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e020bd hue: 0.86 , saturation: 0.76 and the lightness value of e020bd is 0.50.

The process color (four color CMYK) of #e020bd color hex is 0.00, 0.86, 0.16, 0.12. Web safe color of #e020bd is #cc33cc. Color #e020bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100000 10111101
Octal 340 40 275
Decimal 224 32 189
Hex E0 20 BD

RGB Percentages of Color #e020bd

%50.34
%7.19
%42.47

CMYK Percentages of Color #e020bd

%0
%86
%16
%12

Triadic Colors of #e020bd

#e020bd #bde020 #20bde0

Analogous Colors of #e020bd

#e020bd #e0205d #a320e0

Monochromatic Colors of #e020bd

#e020bd

Complementary Color

#e020bd #20e043

#e020bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e020bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e020bd Color CSS Codes

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

#e020bd Text Font Color

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

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


#e020bd Background Color

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

This div background color is #e020bd


#e020bd Border Color

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

This div border color is #e020bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e020bd


Comments

No comments written yet.

Please login to write comment.