Color Hex Logo

#f93bbe Color Hex

#F93BBE
(249,59,190)
0 Favorites   0 Comments

Color spaces of #f93bbe

RGB 24959190
HSL0.890.940.60
HSV319°76°98°
CMYK 0.000.760.24   0.02
XYZ49.925226.985451.2925
Yxy26.98540.38940.2105
Hunter Lab51.947580.6431-22.1792
CIE-Lab58.960880.3190-26.3757

#f93bbe color RGB value is (249,59,190).

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

The process color (four color CMYK) of #f93bbe color hex is 0.00, 0.76, 0.24, 0.02. Web safe color of #f93bbe is #ff33cc. Color #f93bbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111011 10111110
Octal 371 73 276
Decimal 249 59 190
Hex F9 3B BE

RGB Percentages of Color #f93bbe

%50.00
%11.85
%38.15

CMYK Percentages of Color #f93bbe

%0
%76
%24
%2

Triadic Colors of #f93bbe

#f93bbe #bef93b #3bbef9

Analogous Colors of #f93bbe

#f93bbe #f93b5f #d53bf9

Monochromatic Colors of #f93bbe

#f93bbe

Complementary Color

#f93bbe #3bf976

#f93bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93bbe Color CSS Codes

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

#f93bbe Text Font Color

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

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


#f93bbe Background Color

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

This div background color is #f93bbe


#f93bbe Border Color

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

This div border color is #f93bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93bbe

Related Colors


Comments

No comments written yet.

Please login to write comment.