Color Hex Logo

#e195ca Color Hex

#E195CA
(225,149,202)
0 Favorites   0 Comments

Color spaces of #e195ca

RGB 225149202
HSL0.880.560.73
HSV318°34°88°
CMYK 0.000.340.10   0.12
XYZ52.459541.766761.1740
Yxy41.76670.33760.2688
Hunter Lab64.627231.7954-10.8830
CIE-Lab70.709836.3908-15.5314

#e195ca color RGB value is (225,149,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010101 11001010
Octal 341 225 312
Decimal 225 149 202
Hex E1 95 CA

RGB Percentages of Color #e195ca

%39.06
%25.87
%35.07

CMYK Percentages of Color #e195ca

%0
%34
%10
%12

Triadic Colors of #e195ca

#e195ca #cae195 #95cae1

Analogous Colors of #e195ca

#e195ca #e195a4 #d295e1

Monochromatic Colors of #e195ca

#e195ca

Complementary Color

#e195ca #95e1ac

#e195ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e195ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e195ca Color CSS Codes

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

#e195ca Text Font Color

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

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


#e195ca Background Color

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

This div background color is #e195ca


#e195ca Border Color

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

This div border color is #e195ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e195ca


Comments

No comments written yet.

Please login to write comment.