Color Hex Logo

#f132fd Color Hex

#F132FD
(241,50,253)
0 Favorites   0 Comments

Color spaces of #f132fd

RGB 24150253
HSL0.820.980.59
HSV296°80°99°
CMYK 0.050.800.00   0.01
XYZ55.145928.073895.4408
Yxy28.07380.30870.1571
Hunter Lab52.984793.0576-69.7091
CIE-Lab59.955489.6308-60.4481

#f132fd color RGB value is (241,50,253).

#f132fd hex color red value is 241, green value is 50 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f132fd hue: 0.82 , saturation: 0.98 and the lightness value of f132fd is 0.59.

The process color (four color CMYK) of #f132fd color hex is 0.05, 0.80, 0.00, 0.01. Web safe color of #f132fd is #ff33ff. Color #f132fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00110010 11111101
Octal 361 62 375
Decimal 241 50 253
Hex F1 32 FD

RGB Percentages of Color #f132fd

%44.30
%9.19
%46.51

CMYK Percentages of Color #f132fd

%5
%80
%0
%1

Triadic Colors of #f132fd

#f132fd #fdf132 #32fdf1

Analogous Colors of #f132fd

#f132fd #fd32a4 #8c32fd

Monochromatic Colors of #f132fd

#f132fd

Complementary Color

#f132fd #3efd32

#f132fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f132fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f132fd Color CSS Codes

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

#f132fd Text Font Color

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

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


#f132fd Background Color

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

This div background color is #f132fd


#f132fd Border Color

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

This div border color is #f132fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f132fd

Related Colors


Comments

No comments written yet.

Please login to write comment.