Color Hex Logo

#f021af Color Hex

#F021AF
(240,33,175)
0 Favorites   0 Comments

Color spaces of #f021af

RGB 24033175
HSL0.890.870.54
HSV319°86°94°
CMYK 0.000.860.27   0.06
XYZ44.216922.708142.6101
Yxy22.70810.40370.2073
Hunter Lab47.653082.2361-19.6585
CIE-Lab54.770482.3793-24.2719

#f021af color RGB value is (240,33,175).

#f021af hex color red value is 240, green value is 33 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f021af hue: 0.89 , saturation: 0.87 and the lightness value of f021af is 0.54.

The process color (four color CMYK) of #f021af color hex is 0.00, 0.86, 0.27, 0.06. Web safe color of #f021af is #ff3399. Color #f021af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100001 10101111
Octal 360 41 257
Decimal 240 33 175
Hex F0 21 AF

RGB Percentages of Color #f021af

%53.57
%7.37
%39.06

CMYK Percentages of Color #f021af

%0
%86
%27
%6

Triadic Colors of #f021af

#f021af #aff021 #21aff0

Analogous Colors of #f021af

#f021af #f02148 #ca21f0

Monochromatic Colors of #f021af

#f021af

Complementary Color

#f021af #21f062

#f021af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f021af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f021af Color CSS Codes

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

#f021af Text Font Color

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

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


#f021af Background Color

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

This div background color is #f021af


#f021af Border Color

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

This div border color is #f021af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,33,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 #f021af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f021af


Comments

No comments written yet.

Please login to write comment.