Color Hex Logo

#e342ca Color Hex

#E342CA
(227,66,202)
0 Favorites   0 Comments

Color spaces of #e342ca

RGB 22766202
HSL0.860.740.57
HSV309°71°89°
CMYK 0.000.710.11   0.11
XYZ44.287424.491658.2703
Yxy24.49160.34860.1928
Hunter Lab49.489073.1329-35.1681
CIE-Lab56.576774.7994-37.2453

#e342ca color RGB value is (227,66,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000010 11001010
Octal 343 102 312
Decimal 227 66 202
Hex E3 42 CA

RGB Percentages of Color #e342ca

%45.86
%13.33
%40.81

CMYK Percentages of Color #e342ca

%0
%71
%11
%11

Triadic Colors of #e342ca

#e342ca #cae342 #42cae3

Analogous Colors of #e342ca

#e342ca #e3427a #ac42e3

Monochromatic Colors of #e342ca

#e342ca

Complementary Color

#e342ca #42e35b

#e342ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e342ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e342ca Color CSS Codes

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

#e342ca Text Font Color

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

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


#e342ca Background Color

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

This div background color is #e342ca


#e342ca Border Color

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

This div border color is #e342ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e342ca


Comments

No comments written yet.

Please login to write comment.