Color Hex Logo

#f511dc Color Hex

#F511DC
(245,17,220)
0 Favorites   0 Comments

Color spaces of #f511dc

RGB 24517220
HSL0.850.920.51
HSV307°93°96°
CMYK 0.000.930.10   0.04
XYZ50.774924.980769.8558
Yxy24.98070.34870.1716
Hunter Lab49.980793.8702-47.8805
CIE-Lab57.056690.8026-46.5357

#f511dc color RGB value is (245,17,220).

#f511dc hex color red value is 245, green value is 17 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f511dc hue: 0.85 , saturation: 0.92 and the lightness value of f511dc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010001 11011100
Octal 365 21 334
Decimal 245 17 220
Hex F5 11 DC

RGB Percentages of Color #f511dc

%50.83
%3.53
%45.64

CMYK Percentages of Color #f511dc

%0
%93
%10
%4

Triadic Colors of #f511dc

#f511dc #dcf511 #11dcf5

Analogous Colors of #f511dc

#f511dc #f5116a #9c11f5

Monochromatic Colors of #f511dc

#f511dc

Complementary Color

#f511dc #11f52a

#f511dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f511dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f511dc Color CSS Codes

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

#f511dc Text Font Color

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

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


#f511dc Background Color

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

This div background color is #f511dc


#f511dc Border Color

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

This div border color is #f511dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f511dc


Comments

No comments written yet.

Please login to write comment.