Color Hex Logo

#f95880 Color Hex

#F95880
(249,88,128)
0 Favorites   0 Comments

Color spaces of #f95880

RGB 24988128
HSL0.960.930.66
HSV345°65°98°
CMYK 0.000.650.49   0.02
XYZ46.452928.677723.5091
Yxy28.67770.47090.2907
Hunter Lab53.551661.123211.4578
CIE-Lab60.496164.122911.9062

#f95880 color RGB value is (249,88,128).

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

The process color (four color CMYK) of #f95880 color hex is 0.00, 0.65, 0.49, 0.02. Web safe color of #f95880 is #ff6699. Color #f95880 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011000 10000000
Octal 371 130 200
Decimal 249 88 128
Hex F9 58 80

RGB Percentages of Color #f95880

%53.55
%18.92
%27.53

CMYK Percentages of Color #f95880

%0
%65
%49
%2

Triadic Colors of #f95880

#f95880 #80f958 #5880f9

Analogous Colors of #f95880

#f95880 #f98158 #f958d1

Monochromatic Colors of #f95880

#f95880

Complementary Color

#f95880 #58f9d1

#f95880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95880 Color CSS Codes

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

#f95880 Text Font Color

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

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


#f95880 Background Color

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

This div background color is #f95880


#f95880 Border Color

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

This div border color is #f95880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95880


Comments

No comments written yet.

Please login to write comment.