Color Hex Logo

#f68eea Color Hex

#F68EEA
(246,142,234)
0 Favorites   0 Comments

Color spaces of #f68eea

RGB 246142234
HSL0.850.850.76
HSV307°42°96°
CMYK 0.000.420.05   0.04
XYZ62.530344.879383.2088
Yxy44.87930.32800.2354
Hunter Lab66.992049.3758-26.7479
CIE-Lab72.812352.0527-29.7273

#f68eea color RGB value is (246,142,234).

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

The process color (four color CMYK) of #f68eea color hex is 0.00, 0.42, 0.05, 0.04. Web safe color of #f68eea is #ff99ff. Color #f68eea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001110 11101010
Octal 366 216 352
Decimal 246 142 234
Hex F6 8E EA

RGB Percentages of Color #f68eea

%39.55
%22.83
%37.62

CMYK Percentages of Color #f68eea

%0
%42
%5
%4

Triadic Colors of #f68eea

#f68eea #eaf68e #8eeaf6

Analogous Colors of #f68eea

#f68eea #f68eb6 #ce8ef6

Monochromatic Colors of #f68eea

#f68eea

Complementary Color

#f68eea #8ef69a

#f68eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68eea Color CSS Codes

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

#f68eea Text Font Color

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

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


#f68eea Background Color

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

This div background color is #f68eea


#f68eea Border Color

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

This div border color is #f68eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68eea


Comments

No comments written yet.

Please login to write comment.