Color Hex Logo

#f506ed Color Hex

#F506ED
(245,6,237)
0 Favorites   0 Comments

Color spaces of #f506ed

RGB 2456237
HSL0.840.950.49
HSV302°98°96°
CMYK 0.000.980.03   0.04
XYZ53.007425.657282.2793
Yxy25.65720.32940.1594
Hunter Lab50.652998.1544-60.8521
CIE-Lab57.710293.8462-55.0820

#f506ed color RGB value is (245,6,237).

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

The process color (four color CMYK) of #f506ed color hex is 0.00, 0.98, 0.03, 0.04. Web safe color of #f506ed is #ff00ff. Color #f506ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000110 11101101
Octal 365 6 355
Decimal 245 6 237
Hex F5 6 ED

RGB Percentages of Color #f506ed

%50.20
%1.23
%48.57

CMYK Percentages of Color #f506ed

%0
%98
%3
%4

Triadic Colors of #f506ed

#f506ed #edf506 #06edf5

Analogous Colors of #f506ed

#f506ed #f50676 #8606f5

Monochromatic Colors of #f506ed

#f506ed

Complementary Color

#f506ed #06f50e

#f506ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f506ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f506ed Color CSS Codes

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

#f506ed Text Font Color

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

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


#f506ed Background Color

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

This div background color is #f506ed


#f506ed Border Color

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

This div border color is #f506ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f506ed


Comments

No comments written yet.

Please login to write comment.