Color Hex Logo

#f95adc Color Hex

#F95ADC
(249,90,220)
0 Favorites   0 Comments

Color spaces of #f95adc

RGB 24990220
HSL0.860.930.66
HSV311°64°98°
CMYK 0.000.640.12   0.02
XYZ55.641432.619471.0737
Yxy32.61940.34920.2047
Hunter Lab57.113473.9510-33.8030
CIE-Lab63.851574.0822-35.8170

#f95adc color RGB value is (249,90,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011010 11011100
Octal 371 132 334
Decimal 249 90 220
Hex F9 5A DC

RGB Percentages of Color #f95adc

%44.54
%16.10
%39.36

CMYK Percentages of Color #f95adc

%0
%64
%12
%2

Triadic Colors of #f95adc

#f95adc #dcf95a #5adcf9

Analogous Colors of #f95adc

#f95adc #f95a8d #c75af9

Monochromatic Colors of #f95adc

#f95adc

Complementary Color

#f95adc #5af977

#f95adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95adc Color CSS Codes

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

#f95adc Text Font Color

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

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


#f95adc Background Color

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

This div background color is #f95adc


#f95adc Border Color

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

This div border color is #f95adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95adc


Comments

No comments written yet.

Please login to write comment.