Color Hex Logo

#f70edc Color Hex

#F70EDC
(247,14,220)
0 Favorites   0 Comments

Color spaces of #f70edc

RGB 24714220
HSL0.850.940.51
HSV307°94°97°
CMYK 0.000.940.11   0.03
XYZ51.433125.255569.8741
Yxy25.25550.35090.1723
Hunter Lab50.254994.7390-47.2581
CIE-Lab57.323591.3976-46.0906

#f70edc color RGB value is (247,14,220).

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

The process color (four color CMYK) of #f70edc color hex is 0.00, 0.94, 0.11, 0.03. Web safe color of #f70edc is #ff00cc. Color #f70edc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00001110 11011100
Octal 367 16 334
Decimal 247 14 220
Hex F7 E DC

RGB Percentages of Color #f70edc

%51.35
%2.91
%45.74

CMYK Percentages of Color #f70edc

%0
%94
%11
%3

Triadic Colors of #f70edc

#f70edc #dcf70e #0edcf7

Analogous Colors of #f70edc

#f70edc #f70e68 #9e0ef7

Monochromatic Colors of #f70edc

#f70edc

Complementary Color

#f70edc #0ef729

#f70edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f70edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f70edc Color CSS Codes

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

#f70edc Text Font Color

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

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


#f70edc Background Color

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

This div background color is #f70edc


#f70edc Border Color

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

This div border color is #f70edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f70edc


Comments

No comments written yet.

Please login to write comment.