Color Hex Logo

#e830ca Color Hex

#E830CA
(232,48,202)
0 Favorites   0 Comments

Color spaces of #e830ca

RGB 23248202
HSL0.860.800.55
HSV310°79°91°
CMYK 0.000.790.13   0.09
XYZ44.996323.534058.0481
Yxy23.53400.35550.1859
Hunter Lab48.511980.6687-36.9867
CIE-Lab55.618280.9882-38.6912

#e830ca color RGB value is (232,48,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110000 11001010
Octal 350 60 312
Decimal 232 48 202
Hex E8 30 CA

RGB Percentages of Color #e830ca

%48.13
%9.96
%41.91

CMYK Percentages of Color #e830ca

%0
%79
%13
%9

Triadic Colors of #e830ca

#e830ca #cae830 #30cae8

Analogous Colors of #e830ca

#e830ca #e8306e #aa30e8

Monochromatic Colors of #e830ca

#e830ca

Complementary Color

#e830ca #30e84e

#e830ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e830ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e830ca Color CSS Codes

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

#e830ca Text Font Color

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

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


#e830ca Background Color

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

This div background color is #e830ca


#e830ca Border Color

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

This div border color is #e830ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e830ca


Comments

No comments written yet.

Please login to write comment.