Color Hex Logo

#f70ecb Color Hex

#F70ECB
(247,14,203)
0 Favorites   0 Comments

Color spaces of #f70ecb

RGB 24714203
HSL0.860.940.51
HSV311°94°97°
CMYK 0.000.940.18   0.03
XYZ49.294324.400058.6115
Yxy24.40000.37260.1844
Hunter Lab49.396491.6876-35.7734
CIE-Lab56.486189.2794-37.7178

#f70ecb color RGB value is (247,14,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00001110 11001011
Octal 367 16 313
Decimal 247 14 203
Hex F7 E CB

RGB Percentages of Color #f70ecb

%53.23
%3.02
%43.75

CMYK Percentages of Color #f70ecb

%0
%94
%18
%3

Triadic Colors of #f70ecb

#f70ecb #cbf70e #0ecbf7

Analogous Colors of #f70ecb

#f70ecb #f70e56 #af0ef7

Monochromatic Colors of #f70ecb

#f70ecb

Complementary Color

#f70ecb #0ef73a

#f70ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f70ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f70ecb Color CSS Codes

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

#f70ecb Text Font Color

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

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


#f70ecb Background Color

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

This div background color is #f70ecb


#f70ecb Border Color

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

This div border color is #f70ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f70ecb


Comments

No comments written yet.

Please login to write comment.