Color Hex Logo

#fe95db Color Hex

#FE95DB
(254,149,219)
0 Favorites   0 Comments

Color spaces of #fe95db

RGB 254149219
HSL0.890.980.79
HSV320°41°100°
CMYK 0.000.410.14   0.00
XYZ64.406747.680272.8264
Yxy47.68020.34830.2579
Hunter Lab69.050945.6556-14.1963
CIE-Lab74.622848.5562-18.6605

#fe95db color RGB value is (254,149,219).

#fe95db hex color red value is 254, green value is 149 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fe95db hue: 0.89 , saturation: 0.98 and the lightness value of fe95db is 0.79.

The process color (four color CMYK) of #fe95db color hex is 0.00, 0.41, 0.14, 0.00. Web safe color of #fe95db is #ff99cc. Color #fe95db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010101 11011011
Octal 376 225 333
Decimal 254 149 219
Hex FE 95 DB

RGB Percentages of Color #fe95db

%40.84
%23.95
%35.21

CMYK Percentages of Color #fe95db

%0
%41
%14
%0

Triadic Colors of #fe95db

#fe95db #dbfe95 #95dbfe

Analogous Colors of #fe95db

#fe95db #fe95a7 #ed95fe

Monochromatic Colors of #fe95db

#fe95db

Complementary Color

#fe95db #95feb8

#fe95db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe95db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe95db Color CSS Codes

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

#fe95db Text Font Color

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

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


#fe95db Background Color

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

This div background color is #fe95db


#fe95db Border Color

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

This div border color is #fe95db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe95db


Comments

No comments written yet.

Please login to write comment.