Color Hex Logo

#e195cf Color Hex

#E195CF
(225,149,207)
0 Favorites   0 Comments

Color spaces of #e195cf

RGB 225149207
HSL0.870.560.73
HSV314°34°88°
CMYK 0.000.340.08   0.12
XYZ53.061342.007464.3431
Yxy42.00740.33290.2635
Hunter Lab64.813132.7117-13.4909
CIE-Lab70.876037.2366-18.0467

#e195cf color RGB value is (225,149,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010101 11001111
Octal 341 225 317
Decimal 225 149 207
Hex E1 95 CF

RGB Percentages of Color #e195cf

%38.73
%25.65
%35.63

CMYK Percentages of Color #e195cf

%0
%34
%8
%12

Triadic Colors of #e195cf

#e195cf #cfe195 #95cfe1

Analogous Colors of #e195cf

#e195cf #e195a9 #cd95e1

Monochromatic Colors of #e195cf

#e195cf

Complementary Color

#e195cf #95e1a7

#e195cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e195cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e195cf Color CSS Codes

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

#e195cf Text Font Color

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

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


#e195cf Background Color

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

This div background color is #e195cf


#e195cf Border Color

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

This div border color is #e195cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e195cf


Comments

No comments written yet.

Please login to write comment.