Color Hex Logo

#ff95de Color Hex

#FF95DE
(255,149,222)
0 Favorites   0 Comments

Color spaces of #ff95de

RGB 255149222
HSL0.891.000.79
HSV319°42°100°
CMYK 0.000.420.13   0.00
XYZ65.172348.028874.9428
Yxy48.02880.34640.2553
Hunter Lab69.302846.5813-15.6032
CIE-Lab74.843149.3398-19.9588

#ff95de color RGB value is (255,149,222).

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

The process color (four color CMYK) of #ff95de color hex is 0.00, 0.42, 0.13, 0.00. Web safe color of #ff95de is #ff99cc. Color #ff95de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010101 11011110
Octal 377 225 336
Decimal 255 149 222
Hex FF 95 DE

RGB Percentages of Color #ff95de

%40.73
%23.80
%35.46

CMYK Percentages of Color #ff95de

%0
%42
%13
%0

Triadic Colors of #ff95de

#ff95de #deff95 #95deff

Analogous Colors of #ff95de

#ff95de #ff95a9 #eb95ff

Monochromatic Colors of #ff95de

#ff95de

Complementary Color

#ff95de #95ffb6

#ff95de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff95de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff95de Color CSS Codes

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

#ff95de Text Font Color

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

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


#ff95de Background Color

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

This div background color is #ff95de


#ff95de Border Color

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

This div border color is #ff95de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff95de

Related Colors


Comments

No comments written yet.

Please login to write comment.