Color Hex Logo

#f95dbd Color Hex

#F95DBD
(249,93,189)
0 Favorites   0 Comments

Color spaces of #f95dbd

RGB 24993189
HSL0.900.930.67
HSV323°63°98°
CMYK 0.000.630.24   0.02
XYZ52.166631.642651.5023
Yxy31.64260.38550.2339
Hunter Lab56.251867.0963-14.9078
CIE-Lab63.046468.6579-19.5435

#f95dbd color RGB value is (249,93,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011101 10111101
Octal 371 135 275
Decimal 249 93 189
Hex F9 5D BD

RGB Percentages of Color #f95dbd

%46.89
%17.51
%35.59

CMYK Percentages of Color #f95dbd

%0
%63
%24
%2

Triadic Colors of #f95dbd

#f95dbd #bdf95d #5dbdf9

Analogous Colors of #f95dbd

#f95dbd #f95d6f #e75df9

Monochromatic Colors of #f95dbd

#f95dbd

Complementary Color

#f95dbd #5df999

#f95dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95dbd Color CSS Codes

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

#f95dbd Text Font Color

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

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


#f95dbd Background Color

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

This div background color is #f95dbd


#f95dbd Border Color

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

This div border color is #f95dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95dbd


Comments

No comments written yet.

Please login to write comment.