Color Hex Logo

#f938db Color Hex

#F938DB
(249,56,219)
0 Favorites   0 Comments

Color spaces of #f938db

RGB 24956219
HSL0.860.940.60
HSV309°78°98°
CMYK 0.000.780.12   0.02
XYZ53.267328.082669.6308
Yxy28.08260.35280.1860
Hunter Lab52.993086.6861-40.8097
CIE-Lab59.963384.8063-41.3388

#f938db color RGB value is (249,56,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111000 11011011
Octal 371 70 333
Decimal 249 56 219
Hex F9 38 DB

RGB Percentages of Color #f938db

%47.52
%10.69
%41.79

CMYK Percentages of Color #f938db

%0
%78
%12
%2

Triadic Colors of #f938db

#f938db #dbf938 #38dbf9

Analogous Colors of #f938db

#f938db #f9387b #b738f9

Monochromatic Colors of #f938db

#f938db

Complementary Color

#f938db #38f956

#f938db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f938db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f938db Color CSS Codes

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

#f938db Text Font Color

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

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


#f938db Background Color

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

This div background color is #f938db


#f938db Border Color

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

This div border color is #f938db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f938db


Comments

No comments written yet.

Please login to write comment.