Color Hex Logo

#f934fd Color Hex

#F934FD
(249,52,253)
0 Favorites   0 Comments

Color spaces of #f934fd

RGB 24952253
HSL0.830.980.60
HSV299°79°99°
CMYK 0.020.790.00   0.01
XYZ58.024529.687695.6005
Yxy29.68760.31650.1620
Hunter Lab54.486394.7402-65.8885
CIE-Lab61.383790.6074-58.0921

#f934fd color RGB value is (249,52,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110100 11111101
Octal 371 64 375
Decimal 249 52 253
Hex F9 34 FD

RGB Percentages of Color #f934fd

%44.95
%9.39
%45.67

CMYK Percentages of Color #f934fd

%2
%79
%0
%1

Triadic Colors of #f934fd

#f934fd #fdf934 #34fdf9

Analogous Colors of #f934fd

#f934fd #fd349d #9534fd

Monochromatic Colors of #f934fd

#f934fd

Complementary Color

#f934fd #38fd34

#f934fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f934fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f934fd Color CSS Codes

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

#f934fd Text Font Color

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

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


#f934fd Background Color

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

This div background color is #f934fd


#f934fd Border Color

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

This div border color is #f934fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,52,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 #f934fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f934fd


Comments

No comments written yet.

Please login to write comment.