Color Hex Logo

#f74ddf Color Hex

#F74DDF
(247,77,223)
0 Favorites   0 Comments

Color spaces of #f74ddf

RGB 24777223
HSL0.860.910.64
HSV308°69°97°
CMYK 0.000.690.10   0.03
XYZ54.330930.409672.8181
Yxy30.40960.34480.1930
Hunter Lab55.144979.3616-39.6902
CIE-Lab62.006078.7270-40.4068

#f74ddf color RGB value is (247,77,223).

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

The process color (four color CMYK) of #f74ddf color hex is 0.00, 0.69, 0.10, 0.03. Web safe color of #f74ddf is #ff66cc. Color #f74ddf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001101 11011111
Octal 367 115 337
Decimal 247 77 223
Hex F7 4D DF

RGB Percentages of Color #f74ddf

%45.16
%14.08
%40.77

CMYK Percentages of Color #f74ddf

%0
%69
%10
%3

Triadic Colors of #f74ddf

#f74ddf #dff74d #4ddff7

Analogous Colors of #f74ddf

#f74ddf #f74d8a #ba4df7

Monochromatic Colors of #f74ddf

#f74ddf

Complementary Color

#f74ddf #4df765

#f74ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f74ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f74ddf Color CSS Codes

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

#f74ddf Text Font Color

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

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


#f74ddf Background Color

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

This div background color is #f74ddf


#f74ddf Border Color

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

This div border color is #f74ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f74ddf


Comments

No comments written yet.

Please login to write comment.