Color Hex Logo

#f95adf Color Hex

#F95ADF
(249,90,223)
0 Favorites   0 Comments

Color spaces of #f95adf

RGB 24990223
HSL0.860.930.66
HSV310°64°98°
CMYK 0.000.640.10   0.02
XYZ56.042432.779873.1854
Yxy32.77980.34590.2023
Hunter Lab57.253674.5298-35.7108
CIE-Lab63.982274.5213-37.2932

#f95adf color RGB value is (249,90,223).

#f95adf hex color red value is 249, green value is 90 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f95adf hue: 0.86 , saturation: 0.93 and the lightness value of f95adf is 0.66.

The process color (four color CMYK) of #f95adf color hex is 0.00, 0.64, 0.10, 0.02. Web safe color of #f95adf is #ff66cc. Color #f95adf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011010 11011111
Octal 371 132 337
Decimal 249 90 223
Hex F9 5A DF

RGB Percentages of Color #f95adf

%44.31
%16.01
%39.68

CMYK Percentages of Color #f95adf

%0
%64
%10
%2

Triadic Colors of #f95adf

#f95adf #dff95a #5adff9

Analogous Colors of #f95adf

#f95adf #f95a90 #c45af9

Monochromatic Colors of #f95adf

#f95adf

Complementary Color

#f95adf #5af974

#f95adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95adf Color CSS Codes

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

#f95adf Text Font Color

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

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


#f95adf Background Color

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

This div background color is #f95adf


#f95adf Border Color

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

This div border color is #f95adf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,90,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95adf


Comments

No comments written yet.

Please login to write comment.