Color Hex Logo

#e342af Color Hex

#E342AF
(227,66,175)
0 Favorites   0 Comments

Color spaces of #e342af

RGB 22766175
HSL0.890.740.57
HSV319°71°89°
CMYK 0.000.710.23   0.11
XYZ41.364623.322542.8790
Yxy23.32250.38460.2168
Hunter Lab48.293468.3767-18.8374
CIE-Lab55.403071.1363-23.4883

#e342af color RGB value is (227,66,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000010 10101111
Octal 343 102 257
Decimal 227 66 175
Hex E3 42 AF

RGB Percentages of Color #e342af

%48.50
%14.10
%37.39

CMYK Percentages of Color #e342af

%0
%71
%23
%11

Triadic Colors of #e342af

#e342af #afe342 #42afe3

Analogous Colors of #e342af

#e342af #e3425f #c742e3

Monochromatic Colors of #e342af

#e342af

Complementary Color

#e342af #42e376

#e342af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e342af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e342af Color CSS Codes

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

#e342af Text Font Color

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

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


#e342af Background Color

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

This div background color is #e342af


#e342af Border Color

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

This div border color is #e342af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,66,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e342af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e342af


Comments

No comments written yet.

Please login to write comment.