Color Hex Logo

#f506dd Color Hex

#F506DD
(245,6,221)
0 Favorites   0 Comments

Color spaces of #f506dd

RGB 2456221
HSL0.850.950.49
HSV306°98°96°
CMYK 0.000.980.10   0.04
XYZ50.772524.763270.5104
Yxy24.76320.34760.1696
Hunter Lab49.762695.0378-49.1762
CIE-Lab56.844091.7128-47.4395

#f506dd color RGB value is (245,6,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000110 11011101
Octal 365 6 335
Decimal 245 6 221
Hex F5 6 DD

RGB Percentages of Color #f506dd

%51.91
%1.27
%46.82

CMYK Percentages of Color #f506dd

%0
%98
%10
%4

Triadic Colors of #f506dd

#f506dd #ddf506 #06ddf5

Analogous Colors of #f506dd

#f506dd #f50666 #9606f5

Monochromatic Colors of #f506dd

#f506dd

Complementary Color

#f506dd #06f51e

#f506dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f506dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f506dd Color CSS Codes

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

#f506dd Text Font Color

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

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


#f506dd Background Color

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

This div background color is #f506dd


#f506dd Border Color

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

This div border color is #f506dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f506dd


Comments

No comments written yet.

Please login to write comment.