Color Hex Logo

#f72edc Color Hex

#F72EDC
(247,46,220)
0 Favorites   0 Comments

Color spaces of #f72edc

RGB 24746220
HSL0.860.930.57
HSV308°81°97°
CMYK 0.000.810.11   0.03
XYZ52.253026.895570.1474
Yxy26.89550.35000.1801
Hunter Lab51.860989.0931-43.8935
CIE-Lab58.877586.8532-43.6360

#f72edc color RGB value is (247,46,220).

#f72edc hex color red value is 247, green value is 46 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f72edc hue: 0.86 , saturation: 0.93 and the lightness value of f72edc is 0.57.

The process color (four color CMYK) of #f72edc color hex is 0.00, 0.81, 0.11, 0.03. Web safe color of #f72edc is #ff33cc. Color #f72edc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101110 11011100
Octal 367 56 334
Decimal 247 46 220
Hex F7 2E DC

RGB Percentages of Color #f72edc

%48.15
%8.97
%42.88

CMYK Percentages of Color #f72edc

%0
%81
%11
%3

Triadic Colors of #f72edc

#f72edc #dcf72e #2edcf7

Analogous Colors of #f72edc

#f72edc #f72e78 #ae2ef7

Monochromatic Colors of #f72edc

#f72edc

Complementary Color

#f72edc #2ef749

#f72edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72edc Color CSS Codes

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

#f72edc Text Font Color

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

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


#f72edc Background Color

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

This div background color is #f72edc


#f72edc Border Color

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

This div border color is #f72edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72edc


Comments

No comments written yet.

Please login to write comment.