Color Hex Logo

#f504bc Color Hex

#F504BC
(245,4,188)
0 Favorites   0 Comments

Color spaces of #f504bc

RGB 2454188
HSL0.870.970.49
HSV314°98°96°
CMYK 0.000.980.23   0.04
XYZ46.776723.130249.5761
Yxy23.13020.39150.1936
Hunter Lab48.093989.4471-27.4516
CIE-Lab55.206287.8373-31.0937

#f504bc color RGB value is (245,4,188).

#f504bc hex color red value is 245, green value is 4 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f504bc hue: 0.87 , saturation: 0.97 and the lightness value of f504bc is 0.49.

The process color (four color CMYK) of #f504bc color hex is 0.00, 0.98, 0.23, 0.04. Web safe color of #f504bc is #ff00cc. Color #f504bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000100 10111100
Octal 365 4 274
Decimal 245 4 188
Hex F5 4 BC

RGB Percentages of Color #f504bc

%56.06
%0.92
%43.02

CMYK Percentages of Color #f504bc

%0
%98
%23
%4

Triadic Colors of #f504bc

#f504bc #bcf504 #04bcf5

Analogous Colors of #f504bc

#f504bc #f50443 #b604f5

Monochromatic Colors of #f504bc

#f504bc

Complementary Color

#f504bc #04f53d

#f504bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f504bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f504bc Color CSS Codes

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

#f504bc Text Font Color

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

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


#f504bc Background Color

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

This div background color is #f504bc


#f504bc Border Color

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

This div border color is #f504bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f504bc

Related Colors


Comments

No comments written yet.

Please login to write comment.