Color Hex Logo

#f831bc Color Hex

#F831BC
(248,49,188)
0 Favorites   0 Comments

Color spaces of #f831bc

RGB 24849188
HSL0.880.930.58
HSV318°80°97°
CMYK 0.000.800.24   0.03
XYZ48.886825.783949.9771
Yxy25.78390.39220.2069
Hunter Lab50.777882.9911-22.8105
CIE-Lab57.831482.3707-26.9812

#f831bc color RGB value is (248,49,188).

#f831bc hex color red value is 248, green value is 49 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f831bc hue: 0.88 , saturation: 0.93 and the lightness value of f831bc is 0.58.

The process color (four color CMYK) of #f831bc color hex is 0.00, 0.80, 0.24, 0.03. Web safe color of #f831bc is #ff33cc. Color #f831bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00110001 10111100
Octal 370 61 274
Decimal 248 49 188
Hex F8 31 BC

RGB Percentages of Color #f831bc

%51.13
%10.10
%38.76

CMYK Percentages of Color #f831bc

%0
%80
%24
%3

Triadic Colors of #f831bc

#f831bc #bcf831 #31bcf8

Analogous Colors of #f831bc

#f831bc #f83159 #d131f8

Monochromatic Colors of #f831bc

#f831bc

Complementary Color

#f831bc #31f86d

#f831bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f831bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f831bc Color CSS Codes

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

#f831bc Text Font Color

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

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


#f831bc Background Color

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

This div background color is #f831bc


#f831bc Border Color

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

This div border color is #f831bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,49,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f831bc


Comments

No comments written yet.

Please login to write comment.