Color Hex Logo

#e821ec Color Hex

#E821EC
(232,33,236)
0 Favorites   0 Comments

Color spaces of #e821ec

RGB 23233236
HSL0.830.840.53
HSV299°86°93°
CMYK 0.020.860.00   0.07
XYZ48.962924.299681.4665
Yxy24.29960.31640.1570
Hunter Lab49.294691.0332-63.4791
CIE-Lab56.386588.8062-56.7624

#e821ec color RGB value is (232,33,236).

#e821ec hex color red value is 232, green value is 33 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e821ec hue: 0.83 , saturation: 0.84 and the lightness value of e821ec is 0.53.

The process color (four color CMYK) of #e821ec color hex is 0.02, 0.86, 0.00, 0.07. Web safe color of #e821ec is #ff33ff. Color #e821ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100001 11101100
Octal 350 41 354
Decimal 232 33 236
Hex E8 21 EC

RGB Percentages of Color #e821ec

%46.31
%6.59
%47.11

CMYK Percentages of Color #e821ec

%2
%86
%0
%7

Triadic Colors of #e821ec

#e821ec #ece821 #21ece8

Analogous Colors of #e821ec

#e821ec #ec218b #8321ec

Monochromatic Colors of #e821ec

#e821ec

Complementary Color

#e821ec #25ec21

#e821ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e821ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e821ec Color CSS Codes

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

#e821ec Text Font Color

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

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


#e821ec Background Color

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

This div background color is #e821ec


#e821ec Border Color

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

This div border color is #e821ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e821ec


Comments

No comments written yet.

Please login to write comment.