Color Hex Logo

#f005af Color Hex

#F005AF
(240,5,175)
0 Favorites   0 Comments

Color spaces of #f005af

RGB 2405175
HSL0.880.960.48
HSV317°98°94°
CMYK 0.000.980.27   0.06
XYZ43.727321.729042.4469
Yxy21.72900.40520.2014
Hunter Lab46.614485.8694-21.3592
CIE-Lab53.738385.3928-25.8644

#f005af color RGB value is (240,5,175).

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

The process color (four color CMYK) of #f005af color hex is 0.00, 0.98, 0.27, 0.06. Web safe color of #f005af is #ff0099. Color #f005af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000101 10101111
Octal 360 5 257
Decimal 240 5 175
Hex F0 5 AF

RGB Percentages of Color #f005af

%57.14
%1.19
%41.67

CMYK Percentages of Color #f005af

%0
%98
%27
%6

Triadic Colors of #f005af

#f005af #aff005 #05aff0

Analogous Colors of #f005af

#f005af #f0053a #bc05f0

Monochromatic Colors of #f005af

#f005af

Complementary Color

#f005af #05f046

#f005af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f005af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f005af Color CSS Codes

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

#f005af Text Font Color

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

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


#f005af Background Color

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

This div background color is #f005af


#f005af Border Color

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

This div border color is #f005af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f005af


Comments

No comments written yet.

Please login to write comment.