Color Hex Logo

#e195ce Color Hex

#E195CE
(225,149,206)
0 Favorites   0 Comments

Color spaces of #e195ce

RGB 225149206
HSL0.880.560.73
HSV315°34°88°
CMYK 0.000.340.08   0.12
XYZ52.939441.958763.7011
Yxy41.95870.33380.2646
Hunter Lab64.775532.5263-12.9637
CIE-Lab70.842437.0658-17.5446

#e195ce color RGB value is (225,149,206).

#e195ce hex color red value is 225, green value is 149 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e195ce hue: 0.88 , saturation: 0.56 and the lightness value of e195ce is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010101 11001110
Octal 341 225 316
Decimal 225 149 206
Hex E1 95 CE

RGB Percentages of Color #e195ce

%38.79
%25.69
%35.52

CMYK Percentages of Color #e195ce

%0
%34
%8
%12

Triadic Colors of #e195ce

#e195ce #cee195 #95cee1

Analogous Colors of #e195ce

#e195ce #e195a8 #ce95e1

Monochromatic Colors of #e195ce

#e195ce

Complementary Color

#e195ce #95e1a8

#e195ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e195ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e195ce Color CSS Codes

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

#e195ce Text Font Color

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

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


#e195ce Background Color

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

This div background color is #e195ce


#e195ce Border Color

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

This div border color is #e195ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e195ce


Comments

No comments written yet.

Please login to write comment.