Color Hex Logo

#f661bc Color Hex

#F661BC
(246,97,188)
0 Favorites   0 Comments

Color spaces of #f661bc

RGB 24697188
HSL0.900.890.67
HSV323°61°96°
CMYK 0.000.610.24   0.04
XYZ51.357831.773151.0029
Yxy31.77310.38290.2369
Hunter Lab56.367663.9920-14.1898
CIE-Lab63.154966.0634-18.8511

#f661bc color RGB value is (246,97,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100001 10111100
Octal 366 141 274
Decimal 246 97 188
Hex F6 61 BC

RGB Percentages of Color #f661bc

%46.33
%18.27
%35.40

CMYK Percentages of Color #f661bc

%0
%61
%24
%4

Triadic Colors of #f661bc

#f661bc #bcf661 #61bcf6

Analogous Colors of #f661bc

#f661bc #f66172 #e661f6

Monochromatic Colors of #f661bc

#f661bc

Complementary Color

#f661bc #61f69b

#f661bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f661bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f661bc Color CSS Codes

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

#f661bc Text Font Color

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

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


#f661bc Background Color

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

This div background color is #f661bc


#f661bc Border Color

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

This div border color is #f661bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,97,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f661bc


Comments

No comments written yet.

Please login to write comment.