Color Hex Logo

#f645bb Color Hex

#F645BB
(246,69,187)
0 Favorites   0 Comments

Color spaces of #f645bb

RGB 24669187
HSL0.890.910.62
HSV320°72°96°
CMYK 0.000.720.24   0.04
XYZ49.103827.436949.7215
Yxy27.43690.38890.2173
Hunter Lab52.380275.6692-19.6144
CIE-Lab59.376676.3022-24.0536

#f645bb color RGB value is (246,69,187).

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

The process color (four color CMYK) of #f645bb color hex is 0.00, 0.72, 0.24, 0.04. Web safe color of #f645bb is #ff33cc. Color #f645bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000101 10111011
Octal 366 105 273
Decimal 246 69 187
Hex F6 45 BB

RGB Percentages of Color #f645bb

%49.00
%13.75
%37.25

CMYK Percentages of Color #f645bb

%0
%72
%24
%4

Triadic Colors of #f645bb

#f645bb #bbf645 #45bbf6

Analogous Colors of #f645bb

#f645bb #f64563 #d945f6

Monochromatic Colors of #f645bb

#f645bb

Complementary Color

#f645bb #45f680

#f645bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f645bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f645bb Color CSS Codes

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

#f645bb Text Font Color

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

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


#f645bb Background Color

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

This div background color is #f645bb


#f645bb Border Color

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

This div border color is #f645bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f645bb


Comments

No comments written yet.

Please login to write comment.