Color Hex Logo

#f94ecb Color Hex

#F94ECB
(249,78,203)
0 Favorites   0 Comments

Color spaces of #f94ecb

RGB 24978203
HSL0.880.930.64
HSV316°69°98°
CMYK 0.000.690.18   0.02
XYZ52.570829.900359.5005
Yxy29.90030.37030.2106
Hunter Lab54.681275.9189-26.2387
CIE-Lab61.568176.0844-29.7741

#f94ecb color RGB value is (249,78,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001110 11001011
Octal 371 116 313
Decimal 249 78 203
Hex F9 4E CB

RGB Percentages of Color #f94ecb

%46.98
%14.72
%38.30

CMYK Percentages of Color #f94ecb

%0
%69
%18
%2

Triadic Colors of #f94ecb

#f94ecb #cbf94e #4ecbf9

Analogous Colors of #f94ecb

#f94ecb #f94e76 #d24ef9

Monochromatic Colors of #f94ecb

#f94ecb

Complementary Color

#f94ecb #4ef97c

#f94ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94ecb Color CSS Codes

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

#f94ecb Text Font Color

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

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


#f94ecb Background Color

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

This div background color is #f94ecb


#f94ecb Border Color

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

This div border color is #f94ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94ecb


Comments

No comments written yet.

Please login to write comment.