Color Hex Logo

#f026ad Color Hex

#F026AD
(240,38,173)
0 Favorites   0 Comments

Color spaces of #f026ad

RGB 24038173
HSL0.890.870.55
HSV320°84°94°
CMYK 0.000.840.28   0.06
XYZ44.171122.928641.6328
Yxy22.92860.40620.2109
Hunter Lab47.883880.8632-18.0313
CIE-Lab54.998781.2613-22.7512

#f026ad color RGB value is (240,38,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100110 10101101
Octal 360 46 255
Decimal 240 38 173
Hex F0 26 AD

RGB Percentages of Color #f026ad

%53.22
%8.43
%38.36

CMYK Percentages of Color #f026ad

%0
%84
%28
%6

Triadic Colors of #f026ad

#f026ad #adf026 #26adf0

Analogous Colors of #f026ad

#f026ad #f02648 #ce26f0

Monochromatic Colors of #f026ad

#f026ad

Complementary Color

#f026ad #26f069

#f026ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f026ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f026ad Color CSS Codes

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

#f026ad Text Font Color

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

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


#f026ad Background Color

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

This div background color is #f026ad


#f026ad Border Color

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

This div border color is #f026ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f026ad


Comments

No comments written yet.

Please login to write comment.