Color Hex Logo

#f97bf0 Color Hex

#F97BF0
(249,123,240)
0 Favorites   0 Comments

Color spaces of #f97bf0

RGB 249123240
HSL0.850.910.73
HSV304°51°98°
CMYK 0.000.510.04   0.02
XYZ61.878140.596987.0127
Yxy40.59690.32660.2142
Hunter Lab63.715761.8495-36.3678
CIE-Lab69.892663.1208-37.5063

#f97bf0 color RGB value is (249,123,240).

#f97bf0 hex color red value is 249, green value is 123 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #f97bf0 hue: 0.85 , saturation: 0.91 and the lightness value of f97bf0 is 0.73.

The process color (four color CMYK) of #f97bf0 color hex is 0.00, 0.51, 0.04, 0.02. Web safe color of #f97bf0 is #ff66ff. Color #f97bf0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111011 11110000
Octal 371 173 360
Decimal 249 123 240
Hex F9 7B F0

RGB Percentages of Color #f97bf0

%40.69
%20.10
%39.22

CMYK Percentages of Color #f97bf0

%0
%51
%4
%2

Triadic Colors of #f97bf0

#f97bf0 #f0f97b #7bf0f9

Analogous Colors of #f97bf0

#f97bf0 #f97bb1 #c37bf9

Monochromatic Colors of #f97bf0

#f97bf0

Complementary Color

#f97bf0 #7bf984

#f97bf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97bf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97bf0 Color CSS Codes

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

#f97bf0 Text Font Color

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

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


#f97bf0 Background Color

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

This div background color is #f97bf0


#f97bf0 Border Color

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

This div border color is #f97bf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97bf0

Related Colors


Comments

No comments written yet.

Please login to write comment.