Color Hex Logo

#f183fa Color Hex

#F183FA
(241,131,250)
0 Favorites   0 Comments

Color spaces of #f183fa

RGB 241131250
HSL0.820.920.75
HSV295°48°98°
CMYK 0.040.480.00   0.02
XYZ61.647241.835595.2684
Yxy41.83550.31020.2105
Hunter Lab64.680456.9386-42.0526
CIE-Lab70.757458.8536-41.7086

#f183fa color RGB value is (241,131,250).

#f183fa hex color red value is 241, green value is 131 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f183fa hue: 0.82 , saturation: 0.92 and the lightness value of f183fa is 0.75.

The process color (four color CMYK) of #f183fa color hex is 0.04, 0.48, 0.00, 0.02. Web safe color of #f183fa is #ff99ff. Color #f183fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000011 11111010
Octal 361 203 372
Decimal 241 131 250
Hex F1 83 FA

RGB Percentages of Color #f183fa

%38.75
%21.06
%40.19

CMYK Percentages of Color #f183fa

%4
%48
%0
%2

Triadic Colors of #f183fa

#f183fa #faf183 #83faf1

Analogous Colors of #f183fa

#f183fa #fa83c8 #b683fa

Monochromatic Colors of #f183fa

#f183fa

Complementary Color

#f183fa #8cfa83

#f183fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f183fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f183fa Color CSS Codes

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

#f183fa Text Font Color

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

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


#f183fa Background Color

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

This div background color is #f183fa


#f183fa Border Color

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

This div border color is #f183fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,131,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f183fa

Related Colors


Comments

No comments written yet.

Please login to write comment.