Color Hex Logo

#f45dcc Color Hex

#F45DCC
(244,93,204)
0 Favorites   0 Comments

Color spaces of #f45dcc

RGB 24493204
HSL0.880.870.66
HSV316°62°96°
CMYK 0.000.620.16   0.04
XYZ52.121731.421460.4446
Yxy31.42140.36200.2182
Hunter Lab56.054867.8796-24.6948
CIE-Lab62.861869.3362-28.4039

#f45dcc color RGB value is (244,93,204).

#f45dcc hex color red value is 244, green value is 93 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f45dcc hue: 0.88 , saturation: 0.87 and the lightness value of f45dcc is 0.66.

The process color (four color CMYK) of #f45dcc color hex is 0.00, 0.62, 0.16, 0.04. Web safe color of #f45dcc is #ff66cc. Color #f45dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01011101 11001100
Octal 364 135 314
Decimal 244 93 204
Hex F4 5D CC

RGB Percentages of Color #f45dcc

%45.10
%17.19
%37.71

CMYK Percentages of Color #f45dcc

%0
%62
%16
%4

Triadic Colors of #f45dcc

#f45dcc #ccf45d #5dccf4

Analogous Colors of #f45dcc

#f45dcc #f45d81 #d15df4

Monochromatic Colors of #f45dcc

#f45dcc

Complementary Color

#f45dcc #5df485

#f45dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f45dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f45dcc Color CSS Codes

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

#f45dcc Text Font Color

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

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


#f45dcc Background Color

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

This div background color is #f45dcc


#f45dcc Border Color

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

This div border color is #f45dcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,93,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f45dcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f45dcc;
  -webkit-box-shadow: 1px 1px 3px 2px #f45dcc;
  box-shadow:         1px 1px 3px 2px #f45dcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,93,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f45dcc


Comments

No comments written yet.

Please login to write comment.