Color Hex Logo

#f938dc Color Hex

#F938DC
(249,56,220)
0 Favorites   0 Comments

Color spaces of #f938dc

RGB 24956220
HSL0.860.940.60
HSV309°78°98°
CMYK 0.000.780.12   0.02
XYZ53.399428.135470.3264
Yxy28.13540.35160.1853
Hunter Lab53.042886.8751-41.4792
CIE-Lab60.010984.9417-41.8286

#f938dc color RGB value is (249,56,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111000 11011100
Octal 371 70 334
Decimal 249 56 220
Hex F9 38 DC

RGB Percentages of Color #f938dc

%47.43
%10.67
%41.90

CMYK Percentages of Color #f938dc

%0
%78
%12
%2

Triadic Colors of #f938dc

#f938dc #dcf938 #38dcf9

Analogous Colors of #f938dc

#f938dc #f9387c #b638f9

Monochromatic Colors of #f938dc

#f938dc

Complementary Color

#f938dc #38f955

#f938dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f938dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f938dc Color CSS Codes

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

#f938dc Text Font Color

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

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


#f938dc Background Color

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

This div background color is #f938dc


#f938dc Border Color

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

This div border color is #f938dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f938dc


Comments

No comments written yet.

Please login to write comment.