Color Hex Logo

#f93dbb Color Hex

#F93DBB
(249,61,187)
0 Favorites   0 Comments

Color spaces of #f93dbb

RGB 24961187
HSL0.890.940.61
HSV320°76°98°
CMYK 0.000.760.25   0.02
XYZ49.705327.065149.6180
Yxy27.06510.39330.2141
Hunter Lab52.024179.5016-20.1309
CIE-Lab59.034579.4080-24.5364

#f93dbb color RGB value is (249,61,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111101 10111011
Octal 371 75 273
Decimal 249 61 187
Hex F9 3D BB

RGB Percentages of Color #f93dbb

%50.10
%12.27
%37.63

CMYK Percentages of Color #f93dbb

%0
%76
%25
%2

Triadic Colors of #f93dbb

#f93dbb #bbf93d #3dbbf9

Analogous Colors of #f93dbb

#f93dbb #f93d5d #d93df9

Monochromatic Colors of #f93dbb

#f93dbb

Complementary Color

#f93dbb #3df97b

#f93dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93dbb Color CSS Codes

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

#f93dbb Text Font Color

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

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


#f93dbb Background Color

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

This div background color is #f93dbb


#f93dbb Border Color

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

This div border color is #f93dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93dbb


Comments

No comments written yet.

Please login to write comment.