Color Hex Logo

#f083bf Color Hex

#F083BF
(240,131,191)
0 Favorites   0 Comments

Color spaces of #f083bf

RGB 240131191
HSL0.910.780.73
HSV327°45°94°
CMYK 0.000.450.20   0.06
XYZ53.455438.519553.9078
Yxy38.51950.36640.2640
Hunter Lab62.064145.1288-8.0534
CIE-Lab68.401848.9182-12.6994

#f083bf color RGB value is (240,131,191).

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

The process color (four color CMYK) of #f083bf color hex is 0.00, 0.45, 0.20, 0.06. Web safe color of #f083bf is #ff99cc. Color #f083bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000011 10111111
Octal 360 203 277
Decimal 240 131 191
Hex F0 83 BF

RGB Percentages of Color #f083bf

%42.70
%23.31
%33.99

CMYK Percentages of Color #f083bf

%0
%45
%20
%6

Triadic Colors of #f083bf

#f083bf #bff083 #83bff0

Analogous Colors of #f083bf

#f083bf #f08389 #eb83f0

Monochromatic Colors of #f083bf

#f083bf

Complementary Color

#f083bf #83f0b4

#f083bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f083bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f083bf Color CSS Codes

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

#f083bf Text Font Color

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

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


#f083bf Background Color

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

This div background color is #f083bf


#f083bf Border Color

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

This div border color is #f083bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f083bf


Comments

No comments written yet.

Please login to write comment.