Color Hex Logo

#f74add Color Hex

#F74ADD
(247,74,221)
0 Favorites   0 Comments

Color spaces of #f74add

RGB 24774221
HSL0.860.920.63
HSV309°70°97°
CMYK 0.000.700.11   0.03
XYZ53.857729.892271.3378
Yxy29.89220.34730.1927
Hunter Lab54.673880.1566-39.0894
CIE-Lab61.561179.4366-39.9807

#f74add color RGB value is (247,74,221).

#f74add hex color red value is 247, green value is 74 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f74add hue: 0.86 , saturation: 0.92 and the lightness value of f74add is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001010 11011101
Octal 367 112 335
Decimal 247 74 221
Hex F7 4A DD

RGB Percentages of Color #f74add

%45.57
%13.65
%40.77

CMYK Percentages of Color #f74add

%0
%70
%11
%3

Triadic Colors of #f74add

#f74add #ddf74a #4addf7

Analogous Colors of #f74add

#f74add #f74a87 #bb4af7

Monochromatic Colors of #f74add

#f74add

Complementary Color

#f74add #4af764

#f74add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f74add Color Preview on White Background

Lorem ipsum dolor sit amet.

#f74add Color CSS Codes

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

#f74add Text Font Color

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

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


#f74add Background Color

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

This div background color is #f74add


#f74add Border Color

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

This div border color is #f74add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f74add

Related Colors


Comments

No comments written yet.

Please login to write comment.