Color Hex Logo

#f511ad Color Hex

#F511AD
(245,17,173)
0 Favorites   0 Comments

Color spaces of #f511ad

RGB 24517173
HSL0.890.920.51
HSV319°93°96°
CMYK 0.000.930.29   0.04
XYZ45.399522.830541.5491
Yxy22.83050.41360.2080
Hunter Lab47.781385.9850-18.1098
CIE-Lab54.897385.2558-22.8286

#f511ad color RGB value is (245,17,173).

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

The process color (four color CMYK) of #f511ad color hex is 0.00, 0.93, 0.29, 0.04. Web safe color of #f511ad is #ff0099. Color #f511ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010001 10101101
Octal 365 21 255
Decimal 245 17 173
Hex F5 11 AD

RGB Percentages of Color #f511ad

%56.32
%3.91
%39.77

CMYK Percentages of Color #f511ad

%0
%93
%29
%4

Triadic Colors of #f511ad

#f511ad #adf511 #11adf5

Analogous Colors of #f511ad

#f511ad #f5113b #cb11f5

Monochromatic Colors of #f511ad

#f511ad

Complementary Color

#f511ad #11f559

#f511ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f511ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f511ad Color CSS Codes

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

#f511ad Text Font Color

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

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


#f511ad Background Color

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

This div background color is #f511ad


#f511ad Border Color

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

This div border color is #f511ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f511ad


Comments

No comments written yet.

Please login to write comment.