Color Hex Logo

#e320ca Color Hex

#E320CA
(227,32,202)
0 Favorites   0 Comments

Color spaces of #e320ca

RGB 22732202
HSL0.850.780.51
HSV308°86°89°
CMYK 0.000.860.11   0.11
XYZ42.855721.628257.7930
Yxy21.62820.35050.1769
Hunter Lab46.506183.1032-41.1252
CIE-Lab53.630383.2765-41.8807

#e320ca color RGB value is (227,32,202).

#e320ca hex color red value is 227, green value is 32 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e320ca hue: 0.85 , saturation: 0.78 and the lightness value of e320ca is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100000 11001010
Octal 343 40 312
Decimal 227 32 202
Hex E3 20 CA

RGB Percentages of Color #e320ca

%49.24
%6.94
%43.82

CMYK Percentages of Color #e320ca

%0
%86
%11
%11

Triadic Colors of #e320ca

#e320ca #cae320 #20cae3

Analogous Colors of #e320ca

#e320ca #e32069 #9b20e3

Monochromatic Colors of #e320ca

#e320ca

Complementary Color

#e320ca #20e339

#e320ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e320ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e320ca Color CSS Codes

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

#e320ca Text Font Color

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

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


#e320ca Background Color

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

This div background color is #e320ca


#e320ca Border Color

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

This div border color is #e320ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e320ca


Comments

No comments written yet.

Please login to write comment.