Color Hex Logo

#f94bec Color Hex

#F94BEC
(249,75,236)
0 Favorites   0 Comments

Color spaces of #f94bec

RGB 24975236
HSL0.850.940.64
HSV304°70°98°
CMYK 0.000.700.05   0.02
XYZ56.723331.228082.3948
Yxy31.22800.33300.1833
Hunter Lab55.882083.3937-48.3023
CIE-Lab62.699681.7409-46.5648

#f94bec color RGB value is (249,75,236).

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

The process color (four color CMYK) of #f94bec color hex is 0.00, 0.70, 0.05, 0.02. Web safe color of #f94bec is #ff33ff. Color #f94bec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001011 11101100
Octal 371 113 354
Decimal 249 75 236
Hex F9 4B EC

RGB Percentages of Color #f94bec

%44.46
%13.39
%42.14

CMYK Percentages of Color #f94bec

%0
%70
%5
%2

Triadic Colors of #f94bec

#f94bec #ecf94b #4becf9

Analogous Colors of #f94bec

#f94bec #f94b95 #af4bf9

Monochromatic Colors of #f94bec

#f94bec

Complementary Color

#f94bec #4bf958

#f94bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94bec Color CSS Codes

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

#f94bec Text Font Color

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

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


#f94bec Background Color

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

This div background color is #f94bec


#f94bec Border Color

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

This div border color is #f94bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94bec


Comments

No comments written yet.

Please login to write comment.