Color Hex Logo

#f029ee Color Hex

#F029EE
(240,41,238)
0 Favorites   0 Comments

Color spaces of #f029ee

RGB 24041238
HSL0.840.870.55
HSV301°83°94°
CMYK 0.000.830.01   0.06
XYZ52.160726.284283.2131
Yxy26.28420.32270.1626
Hunter Lab51.268191.8885-60.3457
CIE-Lab58.305889.0759-54.7416

#f029ee color RGB value is (240,41,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101001 11101110
Octal 360 51 356
Decimal 240 41 238
Hex F0 29 EE

RGB Percentages of Color #f029ee

%46.24
%7.90
%45.86

CMYK Percentages of Color #f029ee

%0
%83
%1
%6

Triadic Colors of #f029ee

#f029ee #eef029 #29eef0

Analogous Colors of #f029ee

#f029ee #f0298b #8f29f0

Monochromatic Colors of #f029ee

#f029ee

Complementary Color

#f029ee #29f02b

#f029ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f029ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f029ee Color CSS Codes

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

#f029ee Text Font Color

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

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


#f029ee Background Color

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

This div background color is #f029ee


#f029ee Border Color

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

This div border color is #f029ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f029ee


Comments

No comments written yet.

Please login to write comment.