Color Hex Logo

#f65dbb Color Hex

#F65DBB
(246,93,187)
0 Favorites   0 Comments

Color spaces of #f65dbb

RGB 24693187
HSL0.900.890.66
HSV323°62°96°
CMYK 0.000.620.24   0.04
XYZ50.890031.009450.3169
Yxy31.00940.38490.2345
Hunter Lab55.686165.6757-14.5931
CIE-Lab62.515667.5789-19.2539

#f65dbb color RGB value is (246,93,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011101 10111011
Octal 366 135 273
Decimal 246 93 187
Hex F6 5D BB

RGB Percentages of Color #f65dbb

%46.77
%17.68
%35.55

CMYK Percentages of Color #f65dbb

%0
%62
%24
%4

Triadic Colors of #f65dbb

#f65dbb #bbf65d #5dbbf6

Analogous Colors of #f65dbb

#f65dbb #f65d6f #e55df6

Monochromatic Colors of #f65dbb

#f65dbb

Complementary Color

#f65dbb #5df698

#f65dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65dbb Color CSS Codes

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

#f65dbb Text Font Color

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

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


#f65dbb Background Color

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

This div background color is #f65dbb


#f65dbb Border Color

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

This div border color is #f65dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65dbb


Comments

No comments written yet.

Please login to write comment.