Color Hex Logo

#f956ba Color Hex

#F956BA
(249,86,186)
0 Favorites   0 Comments

Color spaces of #f956ba

RGB 24986186
HSL0.900.930.66
HSV323°65°98°
CMYK 0.000.650.25   0.02
XYZ51.257630.340549.6091
Yxy30.34050.39070.2312
Hunter Lab55.082269.7121-14.8412
CIE-Lab61.946971.0053-19.5059

#f956ba color RGB value is (249,86,186).

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

The process color (four color CMYK) of #f956ba color hex is 0.00, 0.65, 0.25, 0.02. Web safe color of #f956ba is #ff66cc. Color #f956ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010110 10111010
Octal 371 126 272
Decimal 249 86 186
Hex F9 56 BA

RGB Percentages of Color #f956ba

%47.79
%16.51
%35.70

CMYK Percentages of Color #f956ba

%0
%65
%25
%2

Triadic Colors of #f956ba

#f956ba #baf956 #56baf9

Analogous Colors of #f956ba

#f956ba #f95669 #e756f9

Monochromatic Colors of #f956ba

#f956ba

Complementary Color

#f956ba #56f995

#f956ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f956ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f956ba Color CSS Codes

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

#f956ba Text Font Color

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

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


#f956ba Background Color

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

This div background color is #f956ba


#f956ba Border Color

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

This div border color is #f956ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f956ba


Comments

No comments written yet.

Please login to write comment.