Color Hex Logo

#f668ea Color Hex

#F668EA
(246,104,234)
0 Favorites   0 Comments

Color spaces of #f668ea

RGB 246104234
HSL0.850.890.69
HSV305°58°96°
CMYK 0.000.580.05   0.04
XYZ57.807635.434081.6345
Yxy35.43400.33060.2026
Hunter Lab59.526569.1744-39.6417
CIE-Lab66.085269.8134-40.1653

#f668ea color RGB value is (246,104,234).

#f668ea hex color red value is 246, green value is 104 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f668ea hue: 0.85 , saturation: 0.89 and the lightness value of f668ea is 0.69.

The process color (four color CMYK) of #f668ea color hex is 0.00, 0.58, 0.05, 0.04. Web safe color of #f668ea is #ff66ff. Color #f668ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101000 11101010
Octal 366 150 352
Decimal 246 104 234
Hex F6 68 EA

RGB Percentages of Color #f668ea

%42.12
%17.81
%40.07

CMYK Percentages of Color #f668ea

%0
%58
%5
%4

Triadic Colors of #f668ea

#f668ea #eaf668 #68eaf6

Analogous Colors of #f668ea

#f668ea #f668a3 #bb68f6

Monochromatic Colors of #f668ea

#f668ea

Complementary Color

#f668ea #68f674

#f668ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f668ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f668ea Color CSS Codes

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

#f668ea Text Font Color

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

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


#f668ea Background Color

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

This div background color is #f668ea


#f668ea Border Color

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

This div border color is #f668ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f668ea


Comments

No comments written yet.

Please login to write comment.