Color Hex Logo

#f024ee Color Hex

#F024EE
(240,36,238)
0 Favorites   0 Comments

Color spaces of #f024ee

RGB 24036238
HSL0.830.870.54
HSV301°85°94°
CMYK 0.000.850.01   0.06
XYZ51.998725.960183.1591
Yxy25.96010.32270.1611
Hunter Lab50.951193.0059-61.1037
CIE-Lab57.999289.9735-55.2308

#f024ee color RGB value is (240,36,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100100 11101110
Octal 360 44 356
Decimal 240 36 238
Hex F0 24 EE

RGB Percentages of Color #f024ee

%46.69
%7.00
%46.30

CMYK Percentages of Color #f024ee

%0
%85
%1
%6

Triadic Colors of #f024ee

#f024ee #eef024 #24eef0

Analogous Colors of #f024ee

#f024ee #f02488 #8c24f0

Monochromatic Colors of #f024ee

#f024ee

Complementary Color

#f024ee #24f026

#f024ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f024ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f024ee Color CSS Codes

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

#f024ee Text Font Color

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

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


#f024ee Background Color

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

This div background color is #f024ee


#f024ee Border Color

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

This div border color is #f024ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f024ee


Comments

No comments written yet.

Please login to write comment.