Color Hex Logo

#e325ca Color Hex

#E325CA
(227,37,202)
0 Favorites   0 Comments

Color spaces of #e325ca

RGB 22737202
HSL0.860.770.52
HSV308°84°89°
CMYK 0.000.840.11   0.11
XYZ43.000821.918357.8414
Yxy21.91830.35030.1785
Hunter Lab46.817082.0202-40.4797
CIE-Lab53.940282.3728-41.3915

#e325ca color RGB value is (227,37,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100101 11001010
Octal 343 45 312
Decimal 227 37 202
Hex E3 25 CA

RGB Percentages of Color #e325ca

%48.71
%7.94
%43.35

CMYK Percentages of Color #e325ca

%0
%84
%11
%11

Triadic Colors of #e325ca

#e325ca #cae325 #25cae3

Analogous Colors of #e325ca

#e325ca #e3256b #9d25e3

Monochromatic Colors of #e325ca

#e325ca

Complementary Color

#e325ca #25e33e

#e325ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e325ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e325ca Color CSS Codes

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

#e325ca Text Font Color

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

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


#e325ca Background Color

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

This div background color is #e325ca


#e325ca Border Color

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

This div border color is #e325ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e325ca


Comments

No comments written yet.

Please login to write comment.