Color Hex Logo

#f94dcb Color Hex

#F94DCB
(249,77,203)
0 Favorites   0 Comments

Color spaces of #f94dcb

RGB 24977203
HSL0.880.930.64
HSV316°69°98°
CMYK 0.000.690.18   0.02
XYZ52.500329.759359.4770
Yxy29.75930.37040.2100
Hunter Lab54.552176.3202-26.4562
CIE-Lab61.446076.4272-29.9631

#f94dcb color RGB value is (249,77,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001101 11001011
Octal 371 115 313
Decimal 249 77 203
Hex F9 4D CB

RGB Percentages of Color #f94dcb

%47.07
%14.56
%38.37

CMYK Percentages of Color #f94dcb

%0
%69
%18
%2

Triadic Colors of #f94dcb

#f94dcb #cbf94d #4dcbf9

Analogous Colors of #f94dcb

#f94dcb #f94d75 #d14df9

Monochromatic Colors of #f94dcb

#f94dcb

Complementary Color

#f94dcb #4df97b

#f94dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94dcb Color CSS Codes

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

#f94dcb Text Font Color

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

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


#f94dcb Background Color

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

This div background color is #f94dcb


#f94dcb Border Color

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

This div border color is #f94dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94dcb


Comments

No comments written yet.

Please login to write comment.