Color Hex Logo

#f504dd Color Hex

#F504DD
(245,4,221)
0 Favorites   0 Comments

Color spaces of #f504dd

RGB 2454221
HSL0.850.970.49
HSV306°98°96°
CMYK 0.000.980.10   0.04
XYZ50.750724.719870.5031
Yxy24.71980.34770.1693
Hunter Lab49.719095.1957-49.2718
CIE-Lab56.801491.8382-47.5069

#f504dd color RGB value is (245,4,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000100 11011101
Octal 365 4 335
Decimal 245 4 221
Hex F5 4 DD

RGB Percentages of Color #f504dd

%52.13
%0.85
%47.02

CMYK Percentages of Color #f504dd

%0
%98
%10
%4

Triadic Colors of #f504dd

#f504dd #ddf504 #04ddf5

Analogous Colors of #f504dd

#f504dd #f50465 #9504f5

Monochromatic Colors of #f504dd

#f504dd

Complementary Color

#f504dd #04f51c

#f504dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f504dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f504dd Color CSS Codes

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

#f504dd Text Font Color

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

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


#f504dd Background Color

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

This div background color is #f504dd


#f504dd Border Color

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

This div border color is #f504dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,4,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 #f504dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f504dd

Related Colors


Comments

No comments written yet.

Please login to write comment.