Color Hex Logo

#f026af Color Hex

#F026AF
(240,38,175)
0 Favorites   0 Comments

Color spaces of #f026af

RGB 24038175
HSL0.890.870.55
HSV319°84°94°
CMYK 0.000.840.27   0.06
XYZ44.366223.006642.6598
Yxy23.00660.40320.2091
Hunter Lab47.965281.1674-19.1563
CIE-Lab55.079181.4841-23.7965

#f026af color RGB value is (240,38,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100110 10101111
Octal 360 46 257
Decimal 240 38 175
Hex F0 26 AF

RGB Percentages of Color #f026af

%52.98
%8.39
%38.63

CMYK Percentages of Color #f026af

%0
%84
%27
%6

Triadic Colors of #f026af

#f026af #aff026 #26aff0

Analogous Colors of #f026af

#f026af #f0264a #cc26f0

Monochromatic Colors of #f026af

#f026af

Complementary Color

#f026af #26f067

#f026af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f026af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f026af Color CSS Codes

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

#f026af Text Font Color

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

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


#f026af Background Color

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

This div background color is #f026af


#f026af Border Color

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

This div border color is #f026af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f026af


Comments

No comments written yet.

Please login to write comment.