Color Hex Logo

#f023ae Color Hex

#F023AE
(240,35,174)
0 Favorites   0 Comments

Color spaces of #f023ae

RGB 24035174
HSL0.890.870.54
HSV319°85°94°
CMYK 0.000.850.28   0.06
XYZ44.176222.783342.1137
Yxy22.78330.40500.2089
Hunter Lab47.731981.6724-18.8991
CIE-Lab54.848481.9241-23.5671

#f023ae color RGB value is (240,35,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100011 10101110
Octal 360 43 256
Decimal 240 35 174
Hex F0 23 AE

RGB Percentages of Color #f023ae

%53.45
%7.80
%38.75

CMYK Percentages of Color #f023ae

%0
%85
%28
%6

Triadic Colors of #f023ae

#f023ae #aef023 #23aef0

Analogous Colors of #f023ae

#f023ae #f02347 #cc23f0

Monochromatic Colors of #f023ae

#f023ae

Complementary Color

#f023ae #23f065

#f023ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f023ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f023ae Color CSS Codes

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

#f023ae Text Font Color

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

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


#f023ae Background Color

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

This div background color is #f023ae


#f023ae Border Color

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

This div border color is #f023ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f023ae


Comments

No comments written yet.

Please login to write comment.