Color Hex Logo

#f875bc Color Hex

#F875BC
(248,117,188)
0 Favorites   0 Comments

Color spaces of #f875bc

RGB 248117188
HSL0.910.900.72
HSV327°53°97°
CMYK 0.000.530.24   0.03
XYZ54.149836.309951.7315
Yxy36.30990.38080.2554
Hunter Lab60.257754.9557-8.7203
CIE-Lab66.756057.7913-13.3784

#f875bc color RGB value is (248,117,188).

#f875bc hex color red value is 248, green value is 117 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f875bc hue: 0.91 , saturation: 0.90 and the lightness value of f875bc is 0.72.

The process color (four color CMYK) of #f875bc color hex is 0.00, 0.53, 0.24, 0.03. Web safe color of #f875bc is #ff66cc. Color #f875bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01110101 10111100
Octal 370 165 274
Decimal 248 117 188
Hex F8 75 BC

RGB Percentages of Color #f875bc

%44.85
%21.16
%34.00

CMYK Percentages of Color #f875bc

%0
%53
%24
%3

Triadic Colors of #f875bc

#f875bc #bcf875 #75bcf8

Analogous Colors of #f875bc

#f875bc #f8757b #f375f8

Monochromatic Colors of #f875bc

#f875bc

Complementary Color

#f875bc #75f8b1

#f875bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f875bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f875bc Color CSS Codes

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

#f875bc Text Font Color

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

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


#f875bc Background Color

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

This div background color is #f875bc


#f875bc Border Color

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

This div border color is #f875bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f875bc


Comments

No comments written yet.

Please login to write comment.