Color Hex Logo

#f95dbe Color Hex

#F95DBE
(249,93,190)
0 Favorites   0 Comments

Color spaces of #f95dbe

RGB 24993190
HSL0.900.930.67
HSV323°63°98°
CMYK 0.000.630.24   0.02
XYZ52.275531.686152.0760
Yxy31.68610.38430.2329
Hunter Lab56.290467.2603-15.4477
CIE-Lab63.082668.7865-20.0576

#f95dbe color RGB value is (249,93,190).

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

The process color (four color CMYK) of #f95dbe color hex is 0.00, 0.63, 0.24, 0.02. Web safe color of #f95dbe is #ff66cc. Color #f95dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011101 10111110
Octal 371 135 276
Decimal 249 93 190
Hex F9 5D BE

RGB Percentages of Color #f95dbe

%46.80
%17.48
%35.71

CMYK Percentages of Color #f95dbe

%0
%63
%24
%2

Triadic Colors of #f95dbe

#f95dbe #bef95d #5dbef9

Analogous Colors of #f95dbe

#f95dbe #f95d70 #e65df9

Monochromatic Colors of #f95dbe

#f95dbe

Complementary Color

#f95dbe #5df998

#f95dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95dbe Color CSS Codes

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

#f95dbe Text Font Color

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

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


#f95dbe Background Color

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

This div background color is #f95dbe


#f95dbe Border Color

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

This div border color is #f95dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95dbe


Comments

No comments written yet.

Please login to write comment.