Color Hex Logo

#e397ca Color Hex

#E397CA
(227,151,202)
0 Favorites   0 Comments

Color spaces of #e397ca

RGB 227151202
HSL0.890.580.74
HSV320°33°89°
CMYK 0.000.330.11   0.11
XYZ53.405842.728461.3097
Yxy42.72840.33920.2714
Hunter Lab65.367031.4450-9.8531
CIE-Lab71.370235.9954-14.5146

#e397ca color RGB value is (227,151,202).

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

The process color (four color CMYK) of #e397ca color hex is 0.00, 0.33, 0.11, 0.11. Web safe color of #e397ca is #cc99cc. Color #e397ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010111 11001010
Octal 343 227 312
Decimal 227 151 202
Hex E3 97 CA

RGB Percentages of Color #e397ca

%39.14
%26.03
%34.83

CMYK Percentages of Color #e397ca

%0
%33
%11
%11

Triadic Colors of #e397ca

#e397ca #cae397 #97cae3

Analogous Colors of #e397ca

#e397ca #e397a4 #d697e3

Monochromatic Colors of #e397ca

#e397ca

Complementary Color

#e397ca #97e3b0

#e397ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e397ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e397ca Color CSS Codes

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

#e397ca Text Font Color

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

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


#e397ca Background Color

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

This div background color is #e397ca


#e397ca Border Color

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

This div border color is #e397ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e397ca


Comments

No comments written yet.

Please login to write comment.