Color Hex Logo

#f93bff Color Hex

#F93BFF
(249,59,255)
0 Favorites   0 Comments

Color spaces of #f93bff

RGB 24959255
HSL0.831.000.62
HSV298°77°100°
CMYK 0.020.770.00   0.00
XYZ58.680930.487797.3996
Yxy30.48770.31450.1634
Hunter Lab55.215793.0749-65.9357
CIE-Lab62.072889.2309-58.0980

#f93bff color RGB value is (249,59,255).

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

The process color (four color CMYK) of #f93bff color hex is 0.02, 0.77, 0.00, 0.00. Web safe color of #f93bff is #ff33ff. Color #f93bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111011 11111111
Octal 371 73 377
Decimal 249 59 255
Hex F9 3B FF

RGB Percentages of Color #f93bff

%44.23
%10.48
%45.29

CMYK Percentages of Color #f93bff

%2
%77
%0
%0

Triadic Colors of #f93bff

#f93bff #fff93b #3bfff9

Analogous Colors of #f93bff

#f93bff #ff3ba3 #973bff

Monochromatic Colors of #f93bff

#f93bff

Complementary Color

#f93bff #41ff3b

#f93bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93bff Color CSS Codes

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

#f93bff Text Font Color

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

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


#f93bff Background Color

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

This div background color is #f93bff


#f93bff Border Color

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

This div border color is #f93bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93bff


Comments

No comments written yet.

Please login to write comment.