Color Hex Logo

#f083ba Color Hex

#F083BA
(240,131,186)
0 Favorites   0 Comments

Color spaces of #f083ba

RGB 240131186
HSL0.920.780.73
HSV330°45°94°
CMYK 0.000.450.23   0.06
XYZ52.914438.303051.0587
Yxy38.30300.37190.2692
Hunter Lab61.889444.3080-5.5916
CIE-Lab68.243348.2040-10.1346

#f083ba color RGB value is (240,131,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000011 10111010
Octal 360 203 272
Decimal 240 131 186
Hex F0 83 BA

RGB Percentages of Color #f083ba

%43.09
%23.52
%33.39

CMYK Percentages of Color #f083ba

%0
%45
%23
%6

Triadic Colors of #f083ba

#f083ba #baf083 #83baf0

Analogous Colors of #f083ba

#f083ba #f08384 #f083f0

Monochromatic Colors of #f083ba

#f083ba

Complementary Color

#f083ba #83f0b9

#f083ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f083ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f083ba Color CSS Codes

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

#f083ba Text Font Color

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

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


#f083ba Background Color

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

This div background color is #f083ba


#f083ba Border Color

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

This div border color is #f083ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,131,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 #f083ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f083ba


Comments

No comments written yet.

Please login to write comment.