Color Hex Logo

#f70cca Color Hex

#F70CCA
(247,12,202)
0 Favorites   0 Comments

Color spaces of #f70cca

RGB 24712202
HSL0.870.940.51
HSV311°95°97°
CMYK 0.000.950.18   0.03
XYZ49.149924.301457.9773
Yxy24.30140.37400.1849
Hunter Lab49.296591.7006-35.2231
CIE-Lab56.388389.3082-37.2974

#f70cca color RGB value is (247,12,202).

#f70cca hex color red value is 247, green value is 12 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f70cca hue: 0.87 , saturation: 0.94 and the lightness value of f70cca is 0.51.

The process color (four color CMYK) of #f70cca color hex is 0.00, 0.95, 0.18, 0.03. Web safe color of #f70cca is #ff00cc. Color #f70cca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00001100 11001010
Octal 367 14 312
Decimal 247 12 202
Hex F7 C CA

RGB Percentages of Color #f70cca

%53.58
%2.60
%43.82

CMYK Percentages of Color #f70cca

%0
%95
%18
%3

Triadic Colors of #f70cca

#f70cca #caf70c #0ccaf7

Analogous Colors of #f70cca

#f70cca #f70c54 #af0cf7

Monochromatic Colors of #f70cca

#f70cca

Complementary Color

#f70cca #0cf739

#f70cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f70cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f70cca Color CSS Codes

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

#f70cca Text Font Color

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

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


#f70cca Background Color

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

This div background color is #f70cca


#f70cca Border Color

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

This div border color is #f70cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f70cca


Comments

No comments written yet.

Please login to write comment.