Color Hex Logo

#e395ca Color Hex

#E395CA
(227,149,202)
0 Favorites   0 Comments

Color spaces of #e395ca

RGB 227149202
HSL0.890.580.74
HSV319°34°89°
CMYK 0.000.340.11   0.11
XYZ53.086742.090161.2033
Yxy42.09010.33950.2692
Hunter Lab64.876932.5264-10.5189
CIE-Lab70.933037.0567-15.1729

#e395ca color RGB value is (227,149,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010101 11001010
Octal 343 225 312
Decimal 227 149 202
Hex E3 95 CA

RGB Percentages of Color #e395ca

%39.27
%25.78
%34.95

CMYK Percentages of Color #e395ca

%0
%34
%11
%11

Triadic Colors of #e395ca

#e395ca #cae395 #95cae3

Analogous Colors of #e395ca

#e395ca #e395a3 #d595e3

Monochromatic Colors of #e395ca

#e395ca

Complementary Color

#e395ca #95e3ae

#e395ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e395ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e395ca Color CSS Codes

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

#e395ca Text Font Color

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

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


#e395ca Background Color

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

This div background color is #e395ca


#e395ca Border Color

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

This div border color is #e395ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e395ca


Comments

No comments written yet.

Please login to write comment.