Color Hex Logo

#f938bf Color Hex

#F938BF
(249,56,191)
0 Favorites   0 Comments

Color spaces of #f938bf

RGB 24956191
HSL0.880.940.60
HSV318°78°98°
CMYK 0.000.780.23   0.02
XYZ49.885126.729751.8203
Yxy26.72970.38840.2081
Hunter Lab51.700881.7549-23.2365
CIE-Lab58.723381.2347-27.3172

#f938bf color RGB value is (249,56,191).

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

The process color (four color CMYK) of #f938bf color hex is 0.00, 0.78, 0.23, 0.02. Web safe color of #f938bf is #ff33cc. Color #f938bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111000 10111111
Octal 371 70 277
Decimal 249 56 191
Hex F9 38 BF

RGB Percentages of Color #f938bf

%50.20
%11.29
%38.51

CMYK Percentages of Color #f938bf

%0
%78
%23
%2

Triadic Colors of #f938bf

#f938bf #bff938 #38bff9

Analogous Colors of #f938bf

#f938bf #f9385e #d338f9

Monochromatic Colors of #f938bf

#f938bf

Complementary Color

#f938bf #38f972

#f938bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f938bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f938bf Color CSS Codes

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

#f938bf Text Font Color

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

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


#f938bf Background Color

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

This div background color is #f938bf


#f938bf Border Color

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

This div border color is #f938bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f938bf


Comments

No comments written yet.

Please login to write comment.