Color Hex Logo

#f94cdb Color Hex

#F94CDB
(249,76,219)
0 Favorites   0 Comments

Color spaces of #f94cdb

RGB 24976219
HSL0.860.940.64
HSV310°69°98°
CMYK 0.000.690.12   0.02
XYZ54.437530.423170.0209
Yxy30.42310.35150.1964
Hunter Lab55.157179.6461-36.6575
CIE-Lab62.017678.9485-38.1181

#f94cdb color RGB value is (249,76,219).

#f94cdb hex color red value is 249, green value is 76 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f94cdb hue: 0.86 , saturation: 0.94 and the lightness value of f94cdb is 0.64.

The process color (four color CMYK) of #f94cdb color hex is 0.00, 0.69, 0.12, 0.02. Web safe color of #f94cdb is #ff33cc. Color #f94cdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001100 11011011
Octal 371 114 333
Decimal 249 76 219
Hex F9 4C DB

RGB Percentages of Color #f94cdb

%45.77
%13.97
%40.26

CMYK Percentages of Color #f94cdb

%0
%69
%12
%2

Triadic Colors of #f94cdb

#f94cdb #dbf94c #4cdbf9

Analogous Colors of #f94cdb

#f94cdb #f94c85 #c14cf9

Monochromatic Colors of #f94cdb

#f94cdb

Complementary Color

#f94cdb #4cf96a

#f94cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94cdb Color CSS Codes

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

#f94cdb Text Font Color

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

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


#f94cdb Background Color

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

This div background color is #f94cdb


#f94cdb Border Color

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

This div border color is #f94cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94cdb


Comments

No comments written yet.

Please login to write comment.