Color Hex Logo

#f811cd Color Hex

#F811CD
(248,17,205)
0 Favorites   0 Comments

Color spaces of #f811cd

RGB 24817205
HSL0.860.940.52
HSV311°93°97°
CMYK 0.000.930.17   0.03
XYZ49.931324.765159.9061
Yxy24.76510.37100.1840
Hunter Lab49.764592.0102-36.5376
CIE-Lab56.845889.4517-38.2866

#f811cd color RGB value is (248,17,205).

#f811cd hex color red value is 248, green value is 17 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f811cd hue: 0.86 , saturation: 0.94 and the lightness value of f811cd is 0.52.

The process color (four color CMYK) of #f811cd color hex is 0.00, 0.93, 0.17, 0.03. Web safe color of #f811cd is #ff00cc. Color #f811cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010001 11001101
Octal 370 21 315
Decimal 248 17 205
Hex F8 11 CD

RGB Percentages of Color #f811cd

%52.77
%3.62
%43.62

CMYK Percentages of Color #f811cd

%0
%93
%17
%3

Triadic Colors of #f811cd

#f811cd #cdf811 #11cdf8

Analogous Colors of #f811cd

#f811cd #f81159 #b011f8

Monochromatic Colors of #f811cd

#f811cd

Complementary Color

#f811cd #11f83c

#f811cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f811cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f811cd Color CSS Codes

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

#f811cd Text Font Color

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

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


#f811cd Background Color

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

This div background color is #f811cd


#f811cd Border Color

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

This div border color is #f811cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f811cd


Comments

No comments written yet.

Please login to write comment.