Color Hex Logo

#e827ca Color Hex

#E827CA
(232,39,202)
0 Favorites   0 Comments

Color spaces of #e827ca

RGB 23239202
HSL0.860.810.53
HSV309°83°91°
CMYK 0.000.830.13   0.09
XYZ44.664922.871157.9376
Yxy22.87110.35600.1823
Hunter Lab47.823783.0182-38.3522
CIE-Lab54.939382.9552-39.7587

#e827ca color RGB value is (232,39,202).

#e827ca hex color red value is 232, green value is 39 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e827ca hue: 0.86 , saturation: 0.81 and the lightness value of e827ca is 0.53.

The process color (four color CMYK) of #e827ca color hex is 0.00, 0.83, 0.13, 0.09. Web safe color of #e827ca is #ff33cc. Color #e827ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100111 11001010
Octal 350 47 312
Decimal 232 39 202
Hex E8 27 CA

RGB Percentages of Color #e827ca

%49.05
%8.25
%42.71

CMYK Percentages of Color #e827ca

%0
%83
%13
%9

Triadic Colors of #e827ca

#e827ca #cae827 #27cae8

Analogous Colors of #e827ca

#e827ca #e8276a #a627e8

Monochromatic Colors of #e827ca

#e827ca

Complementary Color

#e827ca #27e845

#e827ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e827ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e827ca Color CSS Codes

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

#e827ca Text Font Color

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

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


#e827ca Background Color

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

This div background color is #e827ca


#e827ca Border Color

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

This div border color is #e827ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e827ca


Comments

No comments written yet.

Please login to write comment.