Color Hex Logo

#f94dca Color Hex

#F94DCA
(249,77,202)
0 Favorites   0 Comments

Color spaces of #f94dca

RGB 24977202
HSL0.880.930.64
HSV316°69°98°
CMYK 0.000.690.19   0.02
XYZ52.381529.711858.8512
Yxy29.71180.37160.2108
Hunter Lab54.508576.1446-25.8576
CIE-Lab61.404876.2952-29.4588

#f94dca color RGB value is (249,77,202).

#f94dca hex color red value is 249, green value is 77 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f94dca hue: 0.88 , saturation: 0.93 and the lightness value of f94dca is 0.64.

The process color (four color CMYK) of #f94dca color hex is 0.00, 0.69, 0.19, 0.02. Web safe color of #f94dca is #ff66cc. Color #f94dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001101 11001010
Octal 371 115 312
Decimal 249 77 202
Hex F9 4D CA

RGB Percentages of Color #f94dca

%47.16
%14.58
%38.26

CMYK Percentages of Color #f94dca

%0
%69
%19
%2

Triadic Colors of #f94dca

#f94dca #caf94d #4dcaf9

Analogous Colors of #f94dca

#f94dca #f94d74 #d24df9

Monochromatic Colors of #f94dca

#f94dca

Complementary Color

#f94dca #4df97c

#f94dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94dca Color CSS Codes

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

#f94dca Text Font Color

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

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


#f94dca Background Color

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

This div background color is #f94dca


#f94dca Border Color

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

This div border color is #f94dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94dca


Comments

No comments written yet.

Please login to write comment.