Color Hex Logo

#f384fa Color Hex

#F384FA
(243,132,250)
0 Favorites   0 Comments

Color spaces of #f384fa

RGB 243132250
HSL0.820.920.75
HSV296°47°98°
CMYK 0.030.470.00   0.02
XYZ62.468742.459395.3455
Yxy42.45930.31190.2120
Hunter Lab65.160857.0939-41.1426
CIE-Lab71.186458.9181-41.0204

#f384fa color RGB value is (243,132,250).

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

The process color (four color CMYK) of #f384fa color hex is 0.03, 0.47, 0.00, 0.02. Web safe color of #f384fa is #ff99ff. Color #f384fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000100 11111010
Octal 363 204 372
Decimal 243 132 250
Hex F3 84 FA

RGB Percentages of Color #f384fa

%38.88
%21.12
%40.00

CMYK Percentages of Color #f384fa

%3
%47
%0
%2

Triadic Colors of #f384fa

#f384fa #faf384 #84faf3

Analogous Colors of #f384fa

#f384fa #fa84c6 #b884fa

Monochromatic Colors of #f384fa

#f384fa

Complementary Color

#f384fa #8bfa84

#f384fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f384fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f384fa Color CSS Codes

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

#f384fa Text Font Color

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

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


#f384fa Background Color

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

This div background color is #f384fa


#f384fa Border Color

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

This div border color is #f384fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f384fa


Comments

No comments written yet.

Please login to write comment.