Color Hex Logo

#e421cb Color Hex

#E421CB
(228,33,203)
0 Favorites   0 Comments

Color spaces of #e421cb

RGB 22833203
HSL0.850.780.51
HSV308°86°89°
CMYK 0.000.860.11   0.11
XYZ43.318321.893558.4427
Yxy21.89350.35030.1771
Hunter Lab46.790583.3707-41.3016
CIE-Lab53.913883.4289-41.9964

#e421cb color RGB value is (228,33,203).

#e421cb hex color red value is 228, green value is 33 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e421cb hue: 0.85 , saturation: 0.78 and the lightness value of e421cb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100001 11001011
Octal 344 41 313
Decimal 228 33 203
Hex E4 21 CB

RGB Percentages of Color #e421cb

%49.14
%7.11
%43.75

CMYK Percentages of Color #e421cb

%0
%86
%11
%11

Triadic Colors of #e421cb

#e421cb #cbe421 #21cbe4

Analogous Colors of #e421cb

#e421cb #e4216a #9c21e4

Monochromatic Colors of #e421cb

#e421cb

Complementary Color

#e421cb #21e43a

#e421cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e421cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e421cb Color CSS Codes

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

#e421cb Text Font Color

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

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


#e421cb Background Color

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

This div background color is #e421cb


#e421cb Border Color

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

This div border color is #e421cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e421cb


Comments

No comments written yet.

Please login to write comment.