Color Hex Logo

#f55dbb Color Hex

#F55DBB
(245,93,187)
0 Favorites   0 Comments

Color spaces of #f55dbb

RGB 24593187
HSL0.900.880.66
HSV323°62°96°
CMYK 0.000.620.24   0.04
XYZ50.540230.829050.3005
Yxy30.82900.38380.2341
Hunter Lab55.523965.3116-14.8456
CIE-Lab62.363067.3041-19.5001

#f55dbb color RGB value is (245,93,187).

#f55dbb hex color red value is 245, green value is 93 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f55dbb hue: 0.90 , saturation: 0.88 and the lightness value of f55dbb is 0.66.

The process color (four color CMYK) of #f55dbb color hex is 0.00, 0.62, 0.24, 0.04. Web safe color of #f55dbb is #ff66cc. Color #f55dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011101 10111011
Octal 365 135 273
Decimal 245 93 187
Hex F5 5D BB

RGB Percentages of Color #f55dbb

%46.67
%17.71
%35.62

CMYK Percentages of Color #f55dbb

%0
%62
%24
%4

Triadic Colors of #f55dbb

#f55dbb #bbf55d #5dbbf5

Analogous Colors of #f55dbb

#f55dbb #f55d6f #e35df5

Monochromatic Colors of #f55dbb

#f55dbb

Complementary Color

#f55dbb #5df597

#f55dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55dbb Color CSS Codes

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

#f55dbb Text Font Color

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

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


#f55dbb Background Color

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

This div background color is #f55dbb


#f55dbb Border Color

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

This div border color is #f55dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55dbb


Comments

No comments written yet.

Please login to write comment.