Color Hex Logo

#f518bc Color Hex

#F518BC
(245,24,188)
0 Favorites   0 Comments

Color spaces of #f518bc

RGB 24524188
HSL0.880.920.53
HSV315°90°96°
CMYK 0.000.900.23   0.04
XYZ47.059923.696649.6705
Yxy23.69660.39080.1968
Hunter Lab48.679287.3739-26.4220
CIE-Lab55.782786.1473-30.1972

#f518bc color RGB value is (245,24,188).

#f518bc hex color red value is 245, green value is 24 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f518bc hue: 0.88 , saturation: 0.92 and the lightness value of f518bc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011000 10111100
Octal 365 30 274
Decimal 245 24 188
Hex F5 18 BC

RGB Percentages of Color #f518bc

%53.61
%5.25
%41.14

CMYK Percentages of Color #f518bc

%0
%90
%23
%4

Triadic Colors of #f518bc

#f518bc #bcf518 #18bcf5

Analogous Colors of #f518bc

#f518bc #f5184e #c018f5

Monochromatic Colors of #f518bc

#f518bc

Complementary Color

#f518bc #18f551

#f518bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f518bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f518bc Color CSS Codes

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

#f518bc Text Font Color

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

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


#f518bc Background Color

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

This div background color is #f518bc


#f518bc Border Color

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

This div border color is #f518bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f518bc


Comments

No comments written yet.

Please login to write comment.