Color Hex Logo

#f95adb Color Hex

#F95ADB
(249,90,219)
0 Favorites   0 Comments

Color spaces of #f95adb

RGB 24990219
HSL0.860.930.66
HSV311°64°98°
CMYK 0.000.640.12   0.02
XYZ55.509332.566570.3781
Yxy32.56650.35030.2055
Hunter Lab57.067173.7601-33.1726
CIE-Lab63.808473.9370-35.3236

#f95adb color RGB value is (249,90,219).

#f95adb hex color red value is 249, green value is 90 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f95adb hue: 0.86 , saturation: 0.93 and the lightness value of f95adb is 0.66.

The process color (four color CMYK) of #f95adb color hex is 0.00, 0.64, 0.12, 0.02. Web safe color of #f95adb is #ff66cc. Color #f95adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011010 11011011
Octal 371 132 333
Decimal 249 90 219
Hex F9 5A DB

RGB Percentages of Color #f95adb

%44.62
%16.13
%39.25

CMYK Percentages of Color #f95adb

%0
%64
%12
%2

Triadic Colors of #f95adb

#f95adb #dbf95a #5adbf9

Analogous Colors of #f95adb

#f95adb #f95a8c #c85af9

Monochromatic Colors of #f95adb

#f95adb

Complementary Color

#f95adb #5af978

#f95adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95adb Color CSS Codes

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

#f95adb Text Font Color

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

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


#f95adb Background Color

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

This div background color is #f95adb


#f95adb Border Color

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

This div border color is #f95adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,90,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 #f95adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95adb


Comments

No comments written yet.

Please login to write comment.