Color Hex Logo

#f870ca Color Hex

#F870CA
(248,112,202)
0 Favorites   0 Comments

Color spaces of #f870ca

RGB 248112202
HSL0.890.910.71
HSV320°55°97°
CMYK 0.000.550.19   0.03
XYZ55.166235.809159.8814
Yxy35.80910.36570.2374
Hunter Lab59.840759.8351-17.4418
CIE-Lab66.373862.0162-21.8366

#f870ca color RGB value is (248,112,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01110000 11001010
Octal 370 160 312
Decimal 248 112 202
Hex F8 70 CA

RGB Percentages of Color #f870ca

%44.13
%19.93
%35.94

CMYK Percentages of Color #f870ca

%0
%55
%19
%3

Triadic Colors of #f870ca

#f870ca #caf870 #70caf8

Analogous Colors of #f870ca

#f870ca #f87086 #e270f8

Monochromatic Colors of #f870ca

#f870ca

Complementary Color

#f870ca #70f89e

#f870ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f870ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f870ca Color CSS Codes

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

#f870ca Text Font Color

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

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


#f870ca Background Color

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

This div background color is #f870ca


#f870ca Border Color

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

This div border color is #f870ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f870ca


Comments

No comments written yet.

Please login to write comment.