Color Hex Logo

#e825ca Color Hex

#E825CA
(232,37,202)
0 Favorites   0 Comments

Color spaces of #e825ca

RGB 23237202
HSL0.860.810.53
HSV309°84°91°
CMYK 0.000.840.13   0.09
XYZ44.600922.743257.9163
Yxy22.74320.35610.1816
Hunter Lab47.689883.4811-38.6211
CIE-Lab54.806883.3405-39.9672

#e825ca color RGB value is (232,37,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100101 11001010
Octal 350 45 312
Decimal 232 37 202
Hex E8 25 CA

RGB Percentages of Color #e825ca

%49.26
%7.86
%42.89

CMYK Percentages of Color #e825ca

%0
%84
%13
%9

Triadic Colors of #e825ca

#e825ca #cae825 #25cae8

Analogous Colors of #e825ca

#e825ca #e82569 #a525e8

Monochromatic Colors of #e825ca

#e825ca

Complementary Color

#e825ca #25e843

#e825ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e825ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e825ca Color CSS Codes

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

#e825ca Text Font Color

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

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


#e825ca Background Color

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

This div background color is #e825ca


#e825ca Border Color

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

This div border color is #e825ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e825ca


Comments

No comments written yet.

Please login to write comment.