Color Hex Logo

#f70cda Color Hex

#F70CDA
(247,12,218)
0 Favorites   0 Comments

Color spaces of #f70cda

RGB 24712218
HSL0.850.940.51
HSV307°95°97°
CMYK 0.000.950.12   0.03
XYZ51.144125.099168.4787
Yxy25.09910.35340.1734
Hunter Lab50.099094.5504-45.9723
CIE-Lab57.171991.2868-45.1960

#f70cda color RGB value is (247,12,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00001100 11011010
Octal 367 14 332
Decimal 247 12 218
Hex F7 C DA

RGB Percentages of Color #f70cda

%51.78
%2.52
%45.70

CMYK Percentages of Color #f70cda

%0
%95
%12
%3

Triadic Colors of #f70cda

#f70cda #daf70c #0cdaf7

Analogous Colors of #f70cda

#f70cda #f70c65 #9f0cf7

Monochromatic Colors of #f70cda

#f70cda

Complementary Color

#f70cda #0cf729

#f70cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f70cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f70cda Color CSS Codes

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

#f70cda Text Font Color

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

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


#f70cda Background Color

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

This div background color is #f70cda


#f70cda Border Color

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

This div border color is #f70cda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,12,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f70cda

Related Colors


Comments

No comments written yet.

Please login to write comment.