Color Hex Logo

#f93bed Color Hex

#F93BED
(249,59,237)
0 Favorites   0 Comments

Color spaces of #f93bed

RGB 24959237
HSL0.840.940.60
HSV304°76°98°
CMYK 0.000.760.05   0.02
XYZ55.916929.382182.8449
Yxy29.38210.33260.1747
Hunter Lab54.205389.2773-52.6725
CIE-Lab61.117486.5565-49.6241

#f93bed color RGB value is (249,59,237).

#f93bed hex color red value is 249, green value is 59 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f93bed hue: 0.84 , saturation: 0.94 and the lightness value of f93bed is 0.60.

The process color (four color CMYK) of #f93bed color hex is 0.00, 0.76, 0.05, 0.02. Web safe color of #f93bed is #ff33ff. Color #f93bed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111011 11101101
Octal 371 73 355
Decimal 249 59 237
Hex F9 3B ED

RGB Percentages of Color #f93bed

%45.69
%10.83
%43.49

CMYK Percentages of Color #f93bed

%0
%76
%5
%2

Triadic Colors of #f93bed

#f93bed #edf93b #3bedf9

Analogous Colors of #f93bed

#f93bed #f93b8e #a63bf9

Monochromatic Colors of #f93bed

#f93bed

Complementary Color

#f93bed #3bf947

#f93bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93bed Color CSS Codes

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

#f93bed Text Font Color

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

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


#f93bed Background Color

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

This div background color is #f93bed


#f93bed Border Color

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

This div border color is #f93bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93bed

Related Colors


Comments

No comments written yet.

Please login to write comment.