Color Hex Logo

#f51bcc Color Hex

#F51BCC
(245,27,204)
0 Favorites   0 Comments

Color spaces of #f51bcc

RGB 24527204
HSL0.860.920.53
HSV311°89°96°
CMYK 0.000.890.17   0.04
XYZ48.947224.556059.2867
Yxy24.55600.36860.1849
Hunter Lab49.554089.5947-36.2471
CIE-Lab56.640287.6698-38.0744

#f51bcc color RGB value is (245,27,204).

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

The process color (four color CMYK) of #f51bcc color hex is 0.00, 0.89, 0.17, 0.04. Web safe color of #f51bcc is #ff33cc. Color #f51bcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011011 11001100
Octal 365 33 314
Decimal 245 27 204
Hex F5 1B CC

RGB Percentages of Color #f51bcc

%51.47
%5.67
%42.86

CMYK Percentages of Color #f51bcc

%0
%89
%17
%4

Triadic Colors of #f51bcc

#f51bcc #ccf51b #1bccf5

Analogous Colors of #f51bcc

#f51bcc #f51b5f #b11bf5

Monochromatic Colors of #f51bcc

#f51bcc

Complementary Color

#f51bcc #1bf544

#f51bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51bcc Color CSS Codes

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

#f51bcc Text Font Color

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

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


#f51bcc Background Color

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

This div background color is #f51bcc


#f51bcc Border Color

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

This div border color is #f51bcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,27,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f51bcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51bcc


Comments

No comments written yet.

Please login to write comment.