Color Hex Logo

#f02aee Color Hex

#F02AEE
(240,42,238)
0 Favorites   0 Comments

Color spaces of #f02aee

RGB 24042238
HSL0.840.870.55
HSV301°83°94°
CMYK 0.000.830.01   0.06
XYZ52.195826.354283.2248
Yxy26.35420.32260.1629
Hunter Lab51.336391.6498-60.1836
CIE-Lab58.371788.8836-54.6366

#f02aee color RGB value is (240,42,238).

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

The process color (four color CMYK) of #f02aee color hex is 0.00, 0.83, 0.01, 0.06. Web safe color of #f02aee is #ff33ff. Color #f02aee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101010 11101110
Octal 360 52 356
Decimal 240 42 238
Hex F0 2A EE

RGB Percentages of Color #f02aee

%46.15
%8.08
%45.77

CMYK Percentages of Color #f02aee

%0
%83
%1
%6

Triadic Colors of #f02aee

#f02aee #eef02a #2aeef0

Analogous Colors of #f02aee

#f02aee #f02a8b #8f2af0

Monochromatic Colors of #f02aee

#f02aee

Complementary Color

#f02aee #2af02c

#f02aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02aee Color CSS Codes

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

#f02aee Text Font Color

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

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


#f02aee Background Color

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

This div background color is #f02aee


#f02aee Border Color

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

This div border color is #f02aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02aee


Comments

No comments written yet.

Please login to write comment.