Color Hex Logo

#f023af Color Hex

#F023AF
(240,35,175)
0 Favorites   0 Comments

Color spaces of #f023af

RGB 24035175
HSL0.890.870.54
HSV319°85°94°
CMYK 0.000.850.27   0.06
XYZ44.274122.822542.6291
Yxy22.82250.40350.2080
Hunter Lab47.772981.8244-19.4651
CIE-Lab54.889082.0349-24.0891

#f023af color RGB value is (240,35,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100011 10101111
Octal 360 43 257
Decimal 240 35 175
Hex F0 23 AF

RGB Percentages of Color #f023af

%53.33
%7.78
%38.89

CMYK Percentages of Color #f023af

%0
%85
%27
%6

Triadic Colors of #f023af

#f023af #aff023 #23aff0

Analogous Colors of #f023af

#f023af #f02348 #cb23f0

Monochromatic Colors of #f023af

#f023af

Complementary Color

#f023af #23f064

#f023af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f023af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f023af Color CSS Codes

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

#f023af Text Font Color

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

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


#f023af Background Color

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

This div background color is #f023af


#f023af Border Color

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

This div border color is #f023af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f023af


Comments

No comments written yet.

Please login to write comment.