Color Hex Logo

#f026ae Color Hex

#F026AE
(240,38,174)
0 Favorites   0 Comments

Color spaces of #f026ae

RGB 24038174
HSL0.890.870.55
HSV320°84°94°
CMYK 0.000.840.28   0.06
XYZ44.268322.967542.1444
Yxy22.96750.40470.2100
Hunter Lab47.924481.0146-18.5921
CIE-Lab55.038881.3722-23.2742

#f026ae color RGB value is (240,38,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100110 10101110
Octal 360 46 256
Decimal 240 38 174
Hex F0 26 AE

RGB Percentages of Color #f026ae

%53.10
%8.41
%38.50

CMYK Percentages of Color #f026ae

%0
%84
%28
%6

Triadic Colors of #f026ae

#f026ae #aef026 #26aef0

Analogous Colors of #f026ae

#f026ae #f02649 #cd26f0

Monochromatic Colors of #f026ae

#f026ae

Complementary Color

#f026ae #26f068

#f026ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f026ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f026ae Color CSS Codes

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

#f026ae Text Font Color

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

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


#f026ae Background Color

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

This div background color is #f026ae


#f026ae Border Color

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

This div border color is #f026ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f026ae

Related Colors


Comments

No comments written yet.

Please login to write comment.