Color Hex Logo

#f70ced Color Hex

#F70CED
(247,12,237)
0 Favorites   0 Comments

Color spaces of #f70ced

RGB 24712237
HSL0.840.940.51
HSV303°95°97°
CMYK 0.000.950.04   0.03
XYZ53.775326.151582.3342
Yxy26.15150.33140.1612
Hunter Lab51.138598.2112-59.6613
CIE-Lab58.180693.7967-54.3116

#f70ced color RGB value is (247,12,237).

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

The process color (four color CMYK) of #f70ced color hex is 0.00, 0.95, 0.04, 0.03. Web safe color of #f70ced is #ff00ff. Color #f70ced contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00001100 11101101
Octal 367 14 355
Decimal 247 12 237
Hex F7 C ED

RGB Percentages of Color #f70ced

%49.80
%2.42
%47.78

CMYK Percentages of Color #f70ced

%0
%95
%4
%3

Triadic Colors of #f70ced

#f70ced #edf70c #0cedf7

Analogous Colors of #f70ced

#f70ced #f70c78 #8c0cf7

Monochromatic Colors of #f70ced

#f70ced

Complementary Color

#f70ced #0cf716

#f70ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f70ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#f70ced Color CSS Codes

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

#f70ced Text Font Color

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

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


#f70ced Background Color

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

This div background color is #f70ced


#f70ced Border Color

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

This div border color is #f70ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f70ced


Comments

No comments written yet.

Please login to write comment.