Color Hex Logo

#f506b1 Color Hex

#F506B1
(245,6,177)
0 Favorites   0 Comments

Color spaces of #f506b1

RGB 2456177
HSL0.880.950.49
HSV317°98°96°
CMYK 0.000.980.28   0.04
XYZ45.657122.717143.5734
Yxy22.71710.40780.2029
Hunter Lab47.662587.5805-20.8397
CIE-Lab54.779786.5005-25.3500

#f506b1 color RGB value is (245,6,177).

#f506b1 hex color red value is 245, green value is 6 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #f506b1 hue: 0.88 , saturation: 0.95 and the lightness value of f506b1 is 0.49.

The process color (four color CMYK) of #f506b1 color hex is 0.00, 0.98, 0.28, 0.04. Web safe color of #f506b1 is #ff0099. Color #f506b1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000110 10110001
Octal 365 6 261
Decimal 245 6 177
Hex F5 6 B1

RGB Percentages of Color #f506b1

%57.24
%1.40
%41.36

CMYK Percentages of Color #f506b1

%0
%98
%28
%4

Triadic Colors of #f506b1

#f506b1 #b1f506 #06b1f5

Analogous Colors of #f506b1

#f506b1 #f5063a #c206f5

Monochromatic Colors of #f506b1

#f506b1

Complementary Color

#f506b1 #06f54a

#f506b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f506b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f506b1 Color CSS Codes

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

#f506b1 Text Font Color

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

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


#f506b1 Background Color

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

This div background color is #f506b1


#f506b1 Border Color

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

This div border color is #f506b1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f506b1


Comments

No comments written yet.

Please login to write comment.