Color Hex Logo

#f68cec Color Hex

#F68CEC
(246,140,236)
0 Favorites   0 Comments

Color spaces of #f68cec

RGB 246140236
HSL0.850.850.76
HSV306°43°96°
CMYK 0.000.430.04   0.04
XYZ62.524444.405184.6325
Yxy44.40510.32640.2318
Hunter Lab66.637250.8682-28.6552
CIE-Lab72.498453.3921-31.3055

#f68cec color RGB value is (246,140,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001100 11101100
Octal 366 214 354
Decimal 246 140 236
Hex F6 8C EC

RGB Percentages of Color #f68cec

%39.55
%22.51
%37.94

CMYK Percentages of Color #f68cec

%0
%43
%4
%4

Triadic Colors of #f68cec

#f68cec #ecf68c #8cecf6

Analogous Colors of #f68cec

#f68cec #f68cb7 #cb8cf6

Monochromatic Colors of #f68cec

#f68cec

Complementary Color

#f68cec #8cf696

#f68cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68cec Color CSS Codes

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

#f68cec Text Font Color

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

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


#f68cec Background Color

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

This div background color is #f68cec


#f68cec Border Color

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

This div border color is #f68cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68cec


Comments

No comments written yet.

Please login to write comment.