color codes Logo

#f005d1 color codes

#F005D1
(240,5,209)
0 Favorites   0 Comments

Color spaces of #f005d1

RGB 2405209
HSL0.860.960.48
HSV308°98°94°
CMYK 0.000.980.13   0.06
XYZ47.498123.237362.3034
Yxy23.23730.35700.1747
Hunter Lab48.205191.5232-42.8867
CIE-Lab55.315989.3833-43.0819

#f005d1 color RGB value is (240,5,209).

#f005d1 hex color red value is 240, green value is 5 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #f005d1 hue: 0.86 , saturation: 0.96 and the lightness value of f005d1 is 0.48.

The process color (four color CMYK) of #f005d1 color code is 0.00, 0.98, 0.13, 0.06. Web safe color of #f005d1 is #ff00cc. Color #f005d1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000101 11010001
Octal 360 5 321
Decimal 240 5 209
Hex F0 5 D1

RGB Percentages of Color #f005d1

%52.86
%1.10
%46.04

CMYK Percentages of Color #f005d1

%0
%98
%13
%6

Triadic Colors of #f005d1

#f005d1 #d1f005 #05d1f0

Analogous Colors of #f005d1

#f005d1 #f0055b #9a05f0

Monochromatic Colors of #f005d1

#f005d1

Complementary Color

#f005d1 #05f024

#f005d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f005d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f005d1 Color CSS Codes

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

#f005d1 Text Font Color

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

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


#f005d1 Background Color

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

This div background color is #f005d1


#f005d1 Border Color

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

This div border color is #f005d1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,5,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f005d1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f005d1;
  -webkit-box-shadow: 1px 1px 3px 2px #f005d1;
  box-shadow:         1px 1px 3px 2px #f005d1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,5,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f005d1


Comments

No comments written yet.

Please login to write comment.