Color Hex Logo

#f95eff Color Hex

#F95EFF
(249,94,255)
0 Favorites   0 Comments

Color spaces of #f95eff

RGB 24994255
HSL0.831.000.68
HSV298°63°100°
CMYK 0.020.630.00   0.00
XYZ61.119635.365198.2125
Yxy35.36510.31390.1816
Hunter Lab59.468679.3857-56.2896
CIE-Lab66.031977.9835-51.8065

#f95eff color RGB value is (249,94,255).

#f95eff hex color red value is 249, green value is 94 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f95eff hue: 0.83 , saturation: 1.00 and the lightness value of f95eff is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011110 11111111
Octal 371 136 377
Decimal 249 94 255
Hex F9 5E FF

RGB Percentages of Color #f95eff

%41.64
%15.72
%42.64

CMYK Percentages of Color #f95eff

%2
%63
%0
%0

Triadic Colors of #f95eff

#f95eff #fff95e #5efff9

Analogous Colors of #f95eff

#f95eff #ff5eb5 #a95eff

Monochromatic Colors of #f95eff

#f95eff

Complementary Color

#f95eff #64ff5e

#f95eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95eff Color CSS Codes

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

#f95eff Text Font Color

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

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


#f95eff Background Color

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

This div background color is #f95eff


#f95eff Border Color

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

This div border color is #f95eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95eff

Related Colors


Comments

No comments written yet.

Please login to write comment.