Color Hex Logo

#f938da Color Hex

#F938DA
(249,56,218)
0 Favorites   0 Comments

Color spaces of #f938da

RGB 24956218
HSL0.860.940.60
HSV310°78°98°
CMYK 0.000.780.12   0.02
XYZ53.136028.030068.9394
Yxy28.03000.35400.1867
Hunter Lab52.943486.4986-40.1432
CIE-Lab59.915884.6719-40.8484

#f938da color RGB value is (249,56,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111000 11011010
Octal 371 70 332
Decimal 249 56 218
Hex F9 38 DA

RGB Percentages of Color #f938da

%47.61
%10.71
%41.68

CMYK Percentages of Color #f938da

%0
%78
%12
%2

Triadic Colors of #f938da

#f938da #daf938 #38daf9

Analogous Colors of #f938da

#f938da #f9387a #b838f9

Monochromatic Colors of #f938da

#f938da

Complementary Color

#f938da #38f957

#f938da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f938da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f938da Color CSS Codes

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

#f938da Text Font Color

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

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


#f938da Background Color

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

This div background color is #f938da


#f938da Border Color

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

This div border color is #f938da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f938da


Comments

No comments written yet.

Please login to write comment.