Color Hex Logo

#f39dfa Color Hex

#F39DFA
(243,157,250)
0 Favorites   0 Comments

Color spaces of #f39dfa

RGB 243157250
HSL0.820.900.80
HSV295°37°98°
CMYK 0.030.370.00   0.02
XYZ66.274450.070896.6141
Yxy50.07080.31120.2351
Hunter Lab70.760743.3516-31.4199
CIE-Lab76.112746.3388-33.3718

#f39dfa color RGB value is (243,157,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10011101 11111010
Octal 363 235 372
Decimal 243 157 250
Hex F3 9D FA

RGB Percentages of Color #f39dfa

%37.38
%24.15
%38.46

CMYK Percentages of Color #f39dfa

%3
%37
%0
%2

Triadic Colors of #f39dfa

#f39dfa #faf39d #9dfaf3

Analogous Colors of #f39dfa

#f39dfa #fa9dd3 #c59dfa

Monochromatic Colors of #f39dfa

#f39dfa

Complementary Color

#f39dfa #a4fa9d

#f39dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f39dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f39dfa Color CSS Codes

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

#f39dfa Text Font Color

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

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


#f39dfa Background Color

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

This div background color is #f39dfa


#f39dfa Border Color

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

This div border color is #f39dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f39dfa


Comments

No comments written yet.

Please login to write comment.