Color Hex Logo

#f938fd Color Hex

#F938FD
(249,56,253)
0 Favorites   0 Comments

Color spaces of #f938fd

RGB 24956253
HSL0.830.980.61
HSV299°78°99°
CMYK 0.020.780.00   0.01
XYZ58.210730.059995.6626
Yxy30.05990.31650.1634
Hunter Lab54.826993.5695-65.0710
CIE-Lab61.705989.6721-57.5781

#f938fd color RGB value is (249,56,253).

#f938fd hex color red value is 249, green value is 56 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f938fd hue: 0.83 , saturation: 0.98 and the lightness value of f938fd is 0.61.

The process color (four color CMYK) of #f938fd color hex is 0.02, 0.78, 0.00, 0.01. Web safe color of #f938fd is #ff33ff. Color #f938fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111000 11111101
Octal 371 70 375
Decimal 249 56 253
Hex F9 38 FD

RGB Percentages of Color #f938fd

%44.62
%10.04
%45.34

CMYK Percentages of Color #f938fd

%2
%78
%0
%1

Triadic Colors of #f938fd

#f938fd #fdf938 #38fdf9

Analogous Colors of #f938fd

#f938fd #fd389f #9738fd

Monochromatic Colors of #f938fd

#f938fd

Complementary Color

#f938fd #3cfd38

#f938fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f938fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f938fd Color CSS Codes

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

#f938fd Text Font Color

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

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


#f938fd Background Color

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

This div background color is #f938fd


#f938fd Border Color

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

This div border color is #f938fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f938fd

Related Colors


Comments

No comments written yet.

Please login to write comment.