Color Hex Logo

#e195bf Color Hex

#E195BF
(225,149,191)
0 Favorites   0 Comments

Color spaces of #e195bf

RGB 225149191
HSL0.910.560.73
HSV327°34°88°
CMYK 0.000.340.15   0.12
XYZ51.202841.264054.5563
Yxy41.26400.34830.2807
Hunter Lab64.237129.8659-5.3888
CIE-Lab70.360534.5948-9.9542

#e195bf color RGB value is (225,149,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010101 10111111
Octal 341 225 277
Decimal 225 149 191
Hex E1 95 BF

RGB Percentages of Color #e195bf

%39.82
%26.37
%33.81

CMYK Percentages of Color #e195bf

%0
%34
%15
%12

Triadic Colors of #e195bf

#e195bf #bfe195 #95bfe1

Analogous Colors of #e195bf

#e195bf #e19599 #dd95e1

Monochromatic Colors of #e195bf

#e195bf

Complementary Color

#e195bf #95e1b7

#e195bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e195bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e195bf Color CSS Codes

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

#e195bf Text Font Color

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

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


#e195bf Background Color

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

This div background color is #e195bf


#e195bf Border Color

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

This div border color is #e195bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e195bf


Comments

No comments written yet.

Please login to write comment.