Color Hex Logo

#e312ca Color Hex

#E312CA
(227,18,202)
0 Favorites   0 Comments

Color spaces of #e312ca

RGB 22718202
HSL0.850.850.48
HSV307°92°89°
CMYK 0.000.920.11   0.11
XYZ42.555521.027857.6930
Yxy21.02780.35090.1734
Hunter Lab45.856185.4040-42.4954
CIE-Lab52.979985.1825-42.9086

#e312ca color RGB value is (227,18,202).

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

The process color (four color CMYK) of #e312ca color hex is 0.00, 0.92, 0.11, 0.11. Web safe color of #e312ca is #cc00cc. Color #e312ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010010 11001010
Octal 343 22 312
Decimal 227 18 202
Hex E3 12 CA

RGB Percentages of Color #e312ca

%50.78
%4.03
%45.19

CMYK Percentages of Color #e312ca

%0
%92
%11
%11

Triadic Colors of #e312ca

#e312ca #cae312 #12cae3

Analogous Colors of #e312ca

#e312ca #e31261 #9412e3

Monochromatic Colors of #e312ca

#e312ca

Complementary Color

#e312ca #12e32b

#e312ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e312ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e312ca Color CSS Codes

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

#e312ca Text Font Color

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

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


#e312ca Background Color

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

This div background color is #e312ca


#e312ca Border Color

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

This div border color is #e312ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e312ca


Comments

No comments written yet.

Please login to write comment.