Color Hex Logo

#f94ecd Color Hex

#F94ECD
(249,78,205)
0 Favorites   0 Comments

Color spaces of #f94ecd

RGB 24978205
HSL0.880.930.64
HSV315°69°98°
CMYK 0.000.690.18   0.02
XYZ52.810829.996360.7640
Yxy29.99630.36780.2089
Hunter Lab54.768976.2728-27.4418
CIE-Lab61.651076.3506-30.7804

#f94ecd color RGB value is (249,78,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001110 11001101
Octal 371 116 315
Decimal 249 78 205
Hex F9 4E CD

RGB Percentages of Color #f94ecd

%46.80
%14.66
%38.53

CMYK Percentages of Color #f94ecd

%0
%69
%18
%2

Triadic Colors of #f94ecd

#f94ecd #cdf94e #4ecdf9

Analogous Colors of #f94ecd

#f94ecd #f94e78 #d04ef9

Monochromatic Colors of #f94ecd

#f94ecd

Complementary Color

#f94ecd #4ef97a

#f94ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94ecd Color CSS Codes

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

#f94ecd Text Font Color

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

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


#f94ecd Background Color

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

This div background color is #f94ecd


#f94ecd Border Color

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

This div border color is #f94ecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,78,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 #f94ecd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94ecd


Comments

No comments written yet.

Please login to write comment.