Color Hex Logo

#f506be Color Hex

#F506BE
(245,6,190)
0 Favorites   0 Comments

Color spaces of #f506be

RGB 2456190
HSL0.870.950.49
HSV314°98°96°
CMYK 0.000.980.22   0.04
XYZ47.015623.260450.7269
Yxy23.26040.38850.1922
Hunter Lab48.229089.6081-28.6004
CIE-Lab55.339687.9334-32.0452

#f506be color RGB value is (245,6,190).

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

The process color (four color CMYK) of #f506be color hex is 0.00, 0.98, 0.22, 0.04. Web safe color of #f506be is #ff00cc. Color #f506be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000110 10111110
Octal 365 6 276
Decimal 245 6 190
Hex F5 6 BE

RGB Percentages of Color #f506be

%55.56
%1.36
%43.08

CMYK Percentages of Color #f506be

%0
%98
%22
%4

Triadic Colors of #f506be

#f506be #bef506 #06bef5

Analogous Colors of #f506be

#f506be #f50647 #b506f5

Monochromatic Colors of #f506be

#f506be

Complementary Color

#f506be #06f53d

#f506be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f506be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f506be Color CSS Codes

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

#f506be Text Font Color

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

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


#f506be Background Color

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

This div background color is #f506be


#f506be Border Color

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

This div border color is #f506be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f506be


Comments

No comments written yet.

Please login to write comment.