Color Hex Logo

#f93feb Color Hex

#F93FEB
(249,63,235)
0 Favorites   0 Comments

Color spaces of #f93feb

RGB 24963235
HSL0.850.940.61
HSV305°75°98°
CMYK 0.000.750.06   0.02
XYZ55.839829.692981.3855
Yxy29.69290.33450.1779
Hunter Lab54.491287.5581-50.4089
CIE-Lab61.388385.1960-48.0784

#f93feb color RGB value is (249,63,235).

#f93feb hex color red value is 249, green value is 63 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f93feb hue: 0.85 , saturation: 0.94 and the lightness value of f93feb is 0.61.

The process color (four color CMYK) of #f93feb color hex is 0.00, 0.75, 0.06, 0.02. Web safe color of #f93feb is #ff33ff. Color #f93feb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111111 11101011
Octal 371 77 353
Decimal 249 63 235
Hex F9 3F EB

RGB Percentages of Color #f93feb

%45.52
%11.52
%42.96

CMYK Percentages of Color #f93feb

%0
%75
%6
%2

Triadic Colors of #f93feb

#f93feb #ebf93f #3febf9

Analogous Colors of #f93feb

#f93feb #f93f8e #aa3ff9

Monochromatic Colors of #f93feb

#f93feb

Complementary Color

#f93feb #3ff94d

#f93feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93feb Color CSS Codes

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

#f93feb Text Font Color

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

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


#f93feb Background Color

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

This div background color is #f93feb


#f93feb Border Color

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

This div border color is #f93feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93feb


Comments

No comments written yet.

Please login to write comment.