Color Hex Logo

#f94dcd Color Hex

#F94DCD
(249,77,205)
0 Favorites   0 Comments

Color spaces of #f94dcd

RGB 24977205
HSL0.880.930.64
HSV315°69°98°
CMYK 0.000.690.18   0.02
XYZ52.740229.855360.7405
Yxy29.85530.36790.2083
Hunter Lab54.640076.6736-27.6617
CIE-Lab61.529276.6926-30.9693

#f94dcd color RGB value is (249,77,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001101 11001101
Octal 371 115 315
Decimal 249 77 205
Hex F9 4D CD

RGB Percentages of Color #f94dcd

%46.89
%14.50
%38.61

CMYK Percentages of Color #f94dcd

%0
%69
%18
%2

Triadic Colors of #f94dcd

#f94dcd #cdf94d #4dcdf9

Analogous Colors of #f94dcd

#f94dcd #f94d77 #cf4df9

Monochromatic Colors of #f94dcd

#f94dcd

Complementary Color

#f94dcd #4df979

#f94dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94dcd Color CSS Codes

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

#f94dcd Text Font Color

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

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


#f94dcd Background Color

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

This div background color is #f94dcd


#f94dcd Border Color

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

This div border color is #f94dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94dcd


Comments

No comments written yet.

Please login to write comment.