Color Hex Logo

#f066bc Color Hex

#F066BC
(240,102,188)
0 Favorites   0 Comments

Color spaces of #f066bc

RGB 240102188
HSL0.900.820.67
HSV323°58°94°
CMYK 0.000.580.22   0.06
XYZ49.763731.658851.0649
Yxy31.65880.37560.2390
Hunter Lab56.266259.4057-14.4229
CIE-Lab63.059962.2151-19.0779

#f066bc color RGB value is (240,102,188).

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

The process color (four color CMYK) of #f066bc color hex is 0.00, 0.58, 0.22, 0.06. Web safe color of #f066bc is #ff66cc. Color #f066bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100110 10111100
Octal 360 146 274
Decimal 240 102 188
Hex F0 66 BC

RGB Percentages of Color #f066bc

%45.28
%19.25
%35.47

CMYK Percentages of Color #f066bc

%0
%58
%22
%6

Triadic Colors of #f066bc

#f066bc #bcf066 #66bcf0

Analogous Colors of #f066bc

#f066bc #f06677 #df66f0

Monochromatic Colors of #f066bc

#f066bc

Complementary Color

#f066bc #66f09a

#f066bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f066bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f066bc Color CSS Codes

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

#f066bc Text Font Color

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

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


#f066bc Background Color

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

This div background color is #f066bc


#f066bc Border Color

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

This div border color is #f066bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f066bc


Comments

No comments written yet.

Please login to write comment.