Color Hex Logo

#f68ecc Color Hex

#F68ECC
(246,142,204)
0 Favorites   0 Comments

Color spaces of #f68ecc

RGB 246142204
HSL0.900.850.76
HSV324°42°96°
CMYK 0.000.420.17   0.04
XYZ58.578143.298562.3968
Yxy43.29850.35660.2636
Hunter Lab65.801643.7520-10.1610
CIE-Lab71.757147.2393-14.8180

#f68ecc color RGB value is (246,142,204).

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

The process color (four color CMYK) of #f68ecc color hex is 0.00, 0.42, 0.17, 0.04. Web safe color of #f68ecc is #ff99cc. Color #f68ecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001110 11001100
Octal 366 216 314
Decimal 246 142 204
Hex F6 8E CC

RGB Percentages of Color #f68ecc

%41.55
%23.99
%34.46

CMYK Percentages of Color #f68ecc

%0
%42
%17
%4

Triadic Colors of #f68ecc

#f68ecc #ccf68e #8eccf6

Analogous Colors of #f68ecc

#f68ecc #f68e98 #ec8ef6

Monochromatic Colors of #f68ecc

#f68ecc

Complementary Color

#f68ecc #8ef6b8

#f68ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68ecc Color CSS Codes

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

#f68ecc Text Font Color

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

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


#f68ecc Background Color

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

This div background color is #f68ecc


#f68ecc Border Color

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

This div border color is #f68ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68ecc


Comments

No comments written yet.

Please login to write comment.