Color Hex Logo

#f024ef Color Hex

#F024EF
(240,36,239)
0 Favorites   0 Comments

Color spaces of #f024ef

RGB 24036239
HSL0.830.870.54
HSV300°85°94°
CMYK 0.000.850.00   0.06
XYZ52.146026.019083.9351
Yxy26.01900.32170.1605
Hunter Lab51.008893.2140-61.8556
CIE-Lab58.055190.1182-55.7013

#f024ef color RGB value is (240,36,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100100 11101111
Octal 360 44 357
Decimal 240 36 239
Hex F0 24 EF

RGB Percentages of Color #f024ef

%46.60
%6.99
%46.41

CMYK Percentages of Color #f024ef

%0
%85
%0
%6

Triadic Colors of #f024ef

#f024ef #eff024 #24eff0

Analogous Colors of #f024ef

#f024ef #f02489 #8b24f0

Monochromatic Colors of #f024ef

#f024ef

Complementary Color

#f024ef #24f025

#f024ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f024ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f024ef Color CSS Codes

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

#f024ef Text Font Color

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

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


#f024ef Background Color

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

This div background color is #f024ef


#f024ef Border Color

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

This div border color is #f024ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f024ef


Comments

No comments written yet.

Please login to write comment.