Color Hex Logo

#f51bcf Color Hex

#F51BCF
(245,27,207)
0 Favorites   0 Comments

Color spaces of #f51bcf

RGB 24527207
HSL0.860.920.53
HSV310°89°96°
CMYK 0.000.890.16   0.04
XYZ49.310624.701361.2004
Yxy24.70130.36470.1827
Hunter Lab49.700490.1243-38.2186
CIE-Lab56.783288.0429-39.5665

#f51bcf color RGB value is (245,27,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011011 11001111
Octal 365 33 317
Decimal 245 27 207
Hex F5 1B CF

RGB Percentages of Color #f51bcf

%51.15
%5.64
%43.22

CMYK Percentages of Color #f51bcf

%0
%89
%16
%4

Triadic Colors of #f51bcf

#f51bcf #cff51b #1bcff5

Analogous Colors of #f51bcf

#f51bcf #f51b62 #ae1bf5

Monochromatic Colors of #f51bcf

#f51bcf

Complementary Color

#f51bcf #1bf541

#f51bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51bcf Color CSS Codes

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

#f51bcf Text Font Color

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

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


#f51bcf Background Color

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

This div background color is #f51bcf


#f51bcf Border Color

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

This div border color is #f51bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51bcf


Comments

No comments written yet.

Please login to write comment.