Color Hex Logo

#f740bc Color Hex

#F740BC
(247,64,188)
0 Favorites   0 Comments

Color spaces of #f740bc

RGB 24764188
HSL0.890.920.61
HSV319°74°97°
CMYK 0.000.740.24   0.03
XYZ49.268327.071850.2056
Yxy27.07180.38930.2139
Hunter Lab52.030677.9701-20.7890
CIE-Lab59.040778.1973-25.1309

#f740bc color RGB value is (247,64,188).

#f740bc hex color red value is 247, green value is 64 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f740bc hue: 0.89 , saturation: 0.92 and the lightness value of f740bc is 0.61.

The process color (four color CMYK) of #f740bc color hex is 0.00, 0.74, 0.24, 0.03. Web safe color of #f740bc is #ff33cc. Color #f740bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01000000 10111100
Octal 367 100 274
Decimal 247 64 188
Hex F7 40 BC

RGB Percentages of Color #f740bc

%49.50
%12.83
%37.68

CMYK Percentages of Color #f740bc

%0
%74
%24
%3

Triadic Colors of #f740bc

#f740bc #bcf740 #40bcf7

Analogous Colors of #f740bc

#f740bc #f74061 #d740f7

Monochromatic Colors of #f740bc

#f740bc

Complementary Color

#f740bc #40f77b

#f740bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f740bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f740bc Color CSS Codes

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

#f740bc Text Font Color

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

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


#f740bc Background Color

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

This div background color is #f740bc


#f740bc Border Color

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

This div border color is #f740bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f740bc


Comments

No comments written yet.

Please login to write comment.