Color Hex Logo

#e395cc Color Hex

#E395CC
(227,149,204)
0 Favorites   0 Comments

Color spaces of #e395cc

RGB 227149204
HSL0.880.580.74
HSV318°34°89°
CMYK 0.000.340.10   0.11
XYZ53.325142.185462.4588
Yxy42.18540.33760.2670
Hunter Lab64.950332.8880-11.5504
CIE-Lab70.998637.3895-16.1809

#e395cc color RGB value is (227,149,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010101 11001100
Octal 343 225 314
Decimal 227 149 204
Hex E3 95 CC

RGB Percentages of Color #e395cc

%39.14
%25.69
%35.17

CMYK Percentages of Color #e395cc

%0
%34
%10
%11

Triadic Colors of #e395cc

#e395cc #cce395 #95cce3

Analogous Colors of #e395cc

#e395cc #e395a5 #d395e3

Monochromatic Colors of #e395cc

#e395cc

Complementary Color

#e395cc #95e3ac

#e395cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e395cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e395cc Color CSS Codes

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

#e395cc Text Font Color

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

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


#e395cc Background Color

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

This div background color is #e395cc


#e395cc Border Color

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

This div border color is #e395cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e395cc


Comments

No comments written yet.

Please login to write comment.