Color Hex Logo

#f68ace Color Hex

#F68ACE
(246,138,206)
0 Favorites   0 Comments

Color spaces of #f68ace

RGB 246138206
HSL0.900.860.75
HSV322°44°96°
CMYK 0.000.440.16   0.04
XYZ58.235142.226063.4736
Yxy42.22600.35520.2576
Hunter Lab64.981546.2503-12.4271
CIE-Lab71.026549.5565-17.0279

#f68ace color RGB value is (246,138,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001010 11001110
Octal 366 212 316
Decimal 246 138 206
Hex F6 8A CE

RGB Percentages of Color #f68ace

%41.69
%23.39
%34.92

CMYK Percentages of Color #f68ace

%0
%44
%16
%4

Triadic Colors of #f68ace

#f68ace #cef68a #8acef6

Analogous Colors of #f68ace

#f68ace #f68a98 #e88af6

Monochromatic Colors of #f68ace

#f68ace

Complementary Color

#f68ace #8af6b2

#f68ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68ace Color CSS Codes

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

#f68ace Text Font Color

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

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


#f68ace Background Color

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

This div background color is #f68ace


#f68ace Border Color

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

This div border color is #f68ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68ace


Comments

No comments written yet.

Please login to write comment.