Color Hex Logo

#f883ba Color Hex

#F883BA
(248,131,186)
0 Favorites   0 Comments

Color spaces of #f883ba

RGB 248131186
HSL0.920.890.74
HSV332°47°97°
CMYK 0.000.470.25   0.03
XYZ55.690639.734251.1886
Yxy39.73420.37980.2710
Hunter Lab63.035147.3909-4.0228
CIE-Lab69.279850.8078-8.4792

#f883ba color RGB value is (248,131,186).

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

The process color (four color CMYK) of #f883ba color hex is 0.00, 0.47, 0.25, 0.03. Web safe color of #f883ba is #ff99cc. Color #f883ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000011 10111010
Octal 370 203 272
Decimal 248 131 186
Hex F8 83 BA

RGB Percentages of Color #f883ba

%43.89
%23.19
%32.92

CMYK Percentages of Color #f883ba

%0
%47
%25
%3

Triadic Colors of #f883ba

#f883ba #baf883 #83baf8

Analogous Colors of #f883ba

#f883ba #f88783 #f883f5

Monochromatic Colors of #f883ba

#f883ba

Complementary Color

#f883ba #83f8c1

#f883ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f883ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f883ba Color CSS Codes

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

#f883ba Text Font Color

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

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


#f883ba Background Color

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

This div background color is #f883ba


#f883ba Border Color

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

This div border color is #f883ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f883ba


Comments

No comments written yet.

Please login to write comment.