Color Hex Logo

#f939be Color Hex

#F939BE
(249,57,190)
0 Favorites   0 Comments

Color spaces of #f939be

RGB 24957190
HSL0.880.940.60
HSV318°77°98°
CMYK 0.000.770.24   0.02
XYZ49.824326.783751.2589
Yxy26.78370.38970.2095
Hunter Lab51.753081.2802-22.4969
CIE-Lab58.773680.8540-26.6646

#f939be color RGB value is (249,57,190).

#f939be hex color red value is 249, green value is 57 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f939be hue: 0.88 , saturation: 0.94 and the lightness value of f939be is 0.60.

The process color (four color CMYK) of #f939be color hex is 0.00, 0.77, 0.24, 0.02. Web safe color of #f939be is #ff33cc. Color #f939be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111001 10111110
Octal 371 71 276
Decimal 249 57 190
Hex F9 39 BE

RGB Percentages of Color #f939be

%50.20
%11.49
%38.31

CMYK Percentages of Color #f939be

%0
%77
%24
%2

Triadic Colors of #f939be

#f939be #bef939 #39bef9

Analogous Colors of #f939be

#f939be #f9395e #d439f9

Monochromatic Colors of #f939be

#f939be

Complementary Color

#f939be #39f974

#f939be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f939be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f939be Color CSS Codes

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

#f939be Text Font Color

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

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


#f939be Background Color

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

This div background color is #f939be


#f939be Border Color

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

This div border color is #f939be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f939be


Comments

No comments written yet.

Please login to write comment.