Color Hex Logo

#f95afd Color Hex

#F95AFD
(249,90,253)
0 Favorites   0 Comments

Color spaces of #f95afd

RGB 24990253
HSL0.830.980.67
HSV299°64°99°
CMYK 0.020.640.00   0.01
XYZ60.452734.543996.4099
Yxy34.54390.31580.1805
Hunter Lab58.774180.7435-56.1144
CIE-Lab65.392079.1664-51.7202

#f95afd color RGB value is (249,90,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011010 11111101
Octal 371 132 375
Decimal 249 90 253
Hex F9 5A FD

RGB Percentages of Color #f95afd

%42.06
%15.20
%42.74

CMYK Percentages of Color #f95afd

%2
%64
%0
%1

Triadic Colors of #f95afd

#f95afd #fdf95a #5afdf9

Analogous Colors of #f95afd

#f95afd #fd5ab0 #a85afd

Monochromatic Colors of #f95afd

#f95afd

Complementary Color

#f95afd #5efd5a

#f95afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95afd Color CSS Codes

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

#f95afd Text Font Color

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

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


#f95afd Background Color

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

This div background color is #f95afd


#f95afd Border Color

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

This div border color is #f95afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95afd


Comments

No comments written yet.

Please login to write comment.