Color Hex Logo

#f510bc Color Hex

#F510BC
(245,16,188)
0 Favorites   0 Comments

Color spaces of #f510bc

RGB 24516188
HSL0.870.920.51
HSV315°93°96°
CMYK 0.000.930.23   0.04
XYZ46.918623.413949.6234
Yxy23.41390.39110.1952
Hunter Lab48.387988.4010-26.9323
CIE-Lab55.496186.9863-30.6427

#f510bc color RGB value is (245,16,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010000 10111100
Octal 365 20 274
Decimal 245 16 188
Hex F5 10 BC

RGB Percentages of Color #f510bc

%54.57
%3.56
%41.87

CMYK Percentages of Color #f510bc

%0
%93
%23
%4

Triadic Colors of #f510bc

#f510bc #bcf510 #10bcf5

Analogous Colors of #f510bc

#f510bc #f51049 #bc10f5

Monochromatic Colors of #f510bc

#f510bc

Complementary Color

#f510bc #10f549

#f510bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f510bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f510bc Color CSS Codes

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

#f510bc Text Font Color

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

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


#f510bc Background Color

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

This div background color is #f510bc


#f510bc Border Color

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

This div border color is #f510bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f510bc


Comments

No comments written yet.

Please login to write comment.