Color Hex Logo

#f68aec Color Hex

#F68AEC
(246,138,236)
0 Favorites   0 Comments

Color spaces of #f68aec

RGB 246138236
HSL0.850.860.75
HSV306°44°96°
CMYK 0.000.440.04   0.04
XYZ62.234843.825984.5360
Yxy43.82590.32650.2299
Hunter Lab66.201151.9535-29.3700
CIE-Lab72.112054.3855-31.9019

#f68aec color RGB value is (246,138,236).

#f68aec hex color red value is 246, green value is 138 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f68aec hue: 0.85 , saturation: 0.86 and the lightness value of f68aec is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001010 11101100
Octal 366 212 354
Decimal 246 138 236
Hex F6 8A EC

RGB Percentages of Color #f68aec

%39.68
%22.26
%38.06

CMYK Percentages of Color #f68aec

%0
%44
%4
%4

Triadic Colors of #f68aec

#f68aec #ecf68a #8aecf6

Analogous Colors of #f68aec

#f68aec #f68ab6 #ca8af6

Monochromatic Colors of #f68aec

#f68aec

Complementary Color

#f68aec #8af694

#f68aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68aec Color CSS Codes

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

#f68aec Text Font Color

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

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


#f68aec Background Color

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

This div background color is #f68aec


#f68aec Border Color

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

This div border color is #f68aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68aec


Comments

No comments written yet.

Please login to write comment.