color codes Logo

#f74edc color codes

#F74EDC
(247,78,220)
0 Favorites   0 Comments

Color spaces of #f74edc

RGB 24778220
HSL0.860.910.64
HSV310°68°97°
CMYK 0.000.680.11   0.03
XYZ54.000430.390270.7299
Yxy30.39020.34810.1959
Hunter Lab55.127378.3783-37.4816
CIE-Lab61.989477.9554-38.7473

#f74edc color RGB value is (247,78,220).

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

The process color (four color CMYK) of #f74edc color code is 0.00, 0.68, 0.11, 0.03. Web safe color of #f74edc is #ff66cc. Color #f74edc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001110 11011100
Octal 367 116 334
Decimal 247 78 220
Hex F7 4E DC

RGB Percentages of Color #f74edc

%45.32
%14.31
%40.37

CMYK Percentages of Color #f74edc

%0
%68
%11
%3

Triadic Colors of #f74edc

#f74edc #dcf74e #4edcf7

Analogous Colors of #f74edc

#f74edc #f74e88 #be4ef7

Monochromatic Colors of #f74edc

#f74edc

Complementary Color

#f74edc #4ef769

#f74edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f74edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f74edc Color CSS Codes

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

#f74edc Text Font Color

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

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


#f74edc Background Color

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

This div background color is #f74edc


#f74edc Border Color

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

This div border color is #f74edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f74edc


Comments

No comments written yet.

Please login to write comment.