Color Hex Logo

#f95bda Color Hex

#F95BDA
(249,91,218)
0 Favorites   0 Comments

Color spaces of #f95bda

RGB 24991218
HSL0.870.930.67
HSV312°63°98°
CMYK 0.000.630.12   0.02
XYZ55.462932.683969.7151
Yxy32.68390.35130.2070
Hunter Lab57.169873.1233-32.2816
CIE-Lab63.904173.4077-34.6137

#f95bda color RGB value is (249,91,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011011 11011010
Octal 371 133 332
Decimal 249 91 218
Hex F9 5B DA

RGB Percentages of Color #f95bda

%44.62
%16.31
%39.07

CMYK Percentages of Color #f95bda

%0
%63
%12
%2

Triadic Colors of #f95bda

#f95bda #daf95b #5bdaf9

Analogous Colors of #f95bda

#f95bda #f95b8b #c95bf9

Monochromatic Colors of #f95bda

#f95bda

Complementary Color

#f95bda #5bf97a

#f95bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95bda Color CSS Codes

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

#f95bda Text Font Color

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

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


#f95bda Background Color

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

This div background color is #f95bda


#f95bda Border Color

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

This div border color is #f95bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95bda

Related Colors


Comments

No comments written yet.

Please login to write comment.