Color Hex Logo

#f95dfa Color Hex

#F95DFA
(249,93,250)
0 Favorites   0 Comments

Color spaces of #f95dfa

RGB 24993250
HSL0.830.940.67
HSV300°63°98°
CMYK 0.000.630.00   0.02
XYZ60.236634.870693.9984
Yxy34.87060.31850.1844
Hunter Lab59.051378.7430-53.0424
CIE-Lab65.647877.5509-49.6644

#f95dfa color RGB value is (249,93,250).

#f95dfa hex color red value is 249, green value is 93 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f95dfa hue: 0.83 , saturation: 0.94 and the lightness value of f95dfa is 0.67.

The process color (four color CMYK) of #f95dfa color hex is 0.00, 0.63, 0.00, 0.02. Web safe color of #f95dfa is #ff66ff. Color #f95dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011101 11111010
Octal 371 135 372
Decimal 249 93 250
Hex F9 5D FA

RGB Percentages of Color #f95dfa

%42.06
%15.71
%42.23

CMYK Percentages of Color #f95dfa

%0
%63
%0
%2

Triadic Colors of #f95dfa

#f95dfa #faf95d #5dfaf9

Analogous Colors of #f95dfa

#f95dfa #fa5dad #ab5dfa

Monochromatic Colors of #f95dfa

#f95dfa

Complementary Color

#f95dfa #5efa5d

#f95dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95dfa Color CSS Codes

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

#f95dfa Text Font Color

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

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


#f95dfa Background Color

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

This div background color is #f95dfa


#f95dfa Border Color

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

This div border color is #f95dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.