Color Hex Logo

#f876ca Color Hex

#F876CA
(248,118,202)
0 Favorites   0 Comments

Color spaces of #f876ca

RGB 248118202
HSL0.890.900.72
HSV321°52°97°
CMYK 0.000.520.19   0.03
XYZ55.850537.177660.1095
Yxy37.17760.36470.2428
Hunter Lab60.973456.7991-15.7685
CIE-Lab67.410159.2670-20.2577

#f876ca color RGB value is (248,118,202).

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

The process color (four color CMYK) of #f876ca color hex is 0.00, 0.52, 0.19, 0.03. Web safe color of #f876ca is #ff66cc. Color #f876ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01110110 11001010
Octal 370 166 312
Decimal 248 118 202
Hex F8 76 CA

RGB Percentages of Color #f876ca

%43.66
%20.77
%35.56

CMYK Percentages of Color #f876ca

%0
%52
%19
%3

Triadic Colors of #f876ca

#f876ca #caf876 #76caf8

Analogous Colors of #f876ca

#f876ca #f87689 #e576f8

Monochromatic Colors of #f876ca

#f876ca

Complementary Color

#f876ca #76f8a4

#f876ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f876ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f876ca Color CSS Codes

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

#f876ca Text Font Color

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

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


#f876ca Background Color

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

This div background color is #f876ca


#f876ca Border Color

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

This div border color is #f876ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f876ca

Related Colors


Comments

No comments written yet.

Please login to write comment.