Color Hex Logo

#e351ca Color Hex

#E351CA
(227,81,202)
0 Favorites   0 Comments

Color spaces of #e351ca

RGB 22781202
HSL0.860.720.60
HSV310°64°89°
CMYK 0.000.640.11   0.11
XYZ45.281726.480058.6017
Yxy26.48000.34730.2031
Hunter Lab51.458767.0204-31.4989
CIE-Lab58.489969.4323-34.2539

#e351ca color RGB value is (227,81,202).

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

The process color (four color CMYK) of #e351ca color hex is 0.00, 0.64, 0.11, 0.11. Web safe color of #e351ca is #cc66cc. Color #e351ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010001 11001010
Octal 343 121 312
Decimal 227 81 202
Hex E3 51 CA

RGB Percentages of Color #e351ca

%44.51
%15.88
%39.61

CMYK Percentages of Color #e351ca

%0
%64
%11
%11

Triadic Colors of #e351ca

#e351ca #cae351 #51cae3

Analogous Colors of #e351ca

#e351ca #e35181 #b351e3

Monochromatic Colors of #e351ca

#e351ca

Complementary Color

#e351ca #51e36a

#e351ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e351ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e351ca Color CSS Codes

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

#e351ca Text Font Color

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

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


#e351ca Background Color

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

This div background color is #e351ca


#e351ca Border Color

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

This div border color is #e351ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e351ca


Comments

No comments written yet.

Please login to write comment.