Color Hex Logo

#f068ed Color Hex

#F068ED
(240,104,237)
0 Favorites   0 Comments

Color spaces of #f068ed

RGB 240104237
HSL0.840.820.67
HSV301°57°94°
CMYK 0.000.570.01   0.06
XYZ56.171634.540383.8271
Yxy34.54030.32180.1979
Hunter Lab58.771067.7558-43.4277
CIE-Lab65.389268.7787-42.9776

#f068ed color RGB value is (240,104,237).

#f068ed hex color red value is 240, green value is 104 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f068ed hue: 0.84 , saturation: 0.82 and the lightness value of f068ed is 0.67.

The process color (four color CMYK) of #f068ed color hex is 0.00, 0.57, 0.01, 0.06. Web safe color of #f068ed is #ff66ff. Color #f068ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101000 11101101
Octal 360 150 355
Decimal 240 104 237
Hex F0 68 ED

RGB Percentages of Color #f068ed

%41.31
%17.90
%40.79

CMYK Percentages of Color #f068ed

%0
%57
%1
%6

Triadic Colors of #f068ed

#f068ed #edf068 #68edf0

Analogous Colors of #f068ed

#f068ed #f068a9 #af68f0

Monochromatic Colors of #f068ed

#f068ed

Complementary Color

#f068ed #68f06b

#f068ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f068ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f068ed Color CSS Codes

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

#f068ed Text Font Color

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

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


#f068ed Background Color

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

This div background color is #f068ed


#f068ed Border Color

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

This div border color is #f068ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f068ed


Comments

No comments written yet.

Please login to write comment.