Color Hex Logo

#ea21bb Color Hex

#EA21BB
(234,33,187)
0 Favorites   0 Comments

Color spaces of #ea21bb

RGB 23433187
HSL0.870.830.52
HSV314°86°92°
CMYK 0.000.860.20   0.08
XYZ43.445222.168049.0027
Yxy22.16800.37910.1934
Hunter Lab47.082982.3137-28.7495
CIE-Lab54.204882.5501-32.2247

#ea21bb color RGB value is (234,33,187).

#ea21bb hex color red value is 234, green value is 33 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ea21bb hue: 0.87 , saturation: 0.83 and the lightness value of ea21bb is 0.52.

The process color (four color CMYK) of #ea21bb color hex is 0.00, 0.86, 0.20, 0.08. Web safe color of #ea21bb is #ff33cc. Color #ea21bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100001 10111011
Octal 352 41 273
Decimal 234 33 187
Hex EA 21 BB

RGB Percentages of Color #ea21bb

%51.54
%7.27
%41.19

CMYK Percentages of Color #ea21bb

%0
%86
%20
%8

Triadic Colors of #ea21bb

#ea21bb #bbea21 #21bbea

Analogous Colors of #ea21bb

#ea21bb #ea2157 #b521ea

Monochromatic Colors of #ea21bb

#ea21bb

Complementary Color

#ea21bb #21ea50

#ea21bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea21bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea21bb Color CSS Codes

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

#ea21bb Text Font Color

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

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


#ea21bb Background Color

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

This div background color is #ea21bb


#ea21bb Border Color

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

This div border color is #ea21bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,33,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ea21bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ea21bb;
  -webkit-box-shadow: 1px 1px 3px 2px #ea21bb;
  box-shadow:         1px 1px 3px 2px #ea21bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,33,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ea21bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea21bb


Comments

No comments written yet.

Please login to write comment.