Color Hex Logo

#f024de Color Hex

#F024DE
(240,36,222)
0 Favorites   0 Comments

Color spaces of #f024de

RGB 24036222
HSL0.850.870.54
HSV305°85°94°
CMYK 0.000.850.08   0.06
XYZ49.750925.060971.3223
Yxy25.06090.34040.1715
Hunter Lab50.060989.7883-49.4286
CIE-Lab57.134787.7201-47.5998

#f024de color RGB value is (240,36,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100100 11011110
Octal 360 44 336
Decimal 240 36 222
Hex F0 24 DE

RGB Percentages of Color #f024de

%48.19
%7.23
%44.58

CMYK Percentages of Color #f024de

%0
%85
%8
%6

Triadic Colors of #f024de

#f024de #def024 #24def0

Analogous Colors of #f024de

#f024de #f02478 #9c24f0

Monochromatic Colors of #f024de

#f024de

Complementary Color

#f024de #24f036

#f024de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f024de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f024de Color CSS Codes

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

#f024de Text Font Color

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

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


#f024de Background Color

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

This div background color is #f024de


#f024de Border Color

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

This div border color is #f024de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f024de


Comments

No comments written yet.

Please login to write comment.