Color Hex Logo

#f95daa Color Hex

#F95DAA
(249,93,170)
0 Favorites   0 Comments

Color spaces of #f95daa

RGB 24993170
HSL0.920.930.67
HSV330°63°98°
CMYK 0.000.630.32   0.02
XYZ50.237030.870741.3411
Yxy30.87070.41030.2521
Hunter Lab55.561464.1620-5.2224
CIE-Lab62.398366.3402-9.6534

#f95daa color RGB value is (249,93,170).

#f95daa hex color red value is 249, green value is 93 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f95daa hue: 0.92 , saturation: 0.93 and the lightness value of f95daa is 0.67.

The process color (four color CMYK) of #f95daa color hex is 0.00, 0.63, 0.32, 0.02. Web safe color of #f95daa is #ff6699. Color #f95daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011101 10101010
Octal 371 135 252
Decimal 249 93 170
Hex F9 5D AA

RGB Percentages of Color #f95daa

%48.63
%18.16
%33.20

CMYK Percentages of Color #f95daa

%0
%63
%32
%2

Triadic Colors of #f95daa

#f95daa #aaf95d #5daaf9

Analogous Colors of #f95daa

#f95daa #f95e5d #f95df8

Monochromatic Colors of #f95daa

#f95daa

Complementary Color

#f95daa #5df9ac

#f95daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95daa Color CSS Codes

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

#f95daa Text Font Color

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

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


#f95daa Background Color

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

This div background color is #f95daa


#f95daa Border Color

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

This div border color is #f95daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,93,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f95daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f95daa;
  -webkit-box-shadow: 1px 1px 3px 2px #f95daa;
  box-shadow:         1px 1px 3px 2px #f95daa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,93,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95daa

Related Colors


Comments

No comments written yet.

Please login to write comment.