Color Hex Logo

#f68cbc Color Hex

#F68CBC
(246,140,188)
0 Favorites   0 Comments

Color spaces of #f68cbc

RGB 246140188
HSL0.920.850.76
HSV333°43°96°
CMYK 0.000.430.24   0.04
XYZ56.461241.979852.7040
Yxy41.97980.37360.2777
Hunter Lab64.791842.1636-2.8743
CIE-Lab70.857045.9305-7.2797

#f68cbc color RGB value is (246,140,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001100 10111100
Octal 366 214 274
Decimal 246 140 188
Hex F6 8C BC

RGB Percentages of Color #f68cbc

%42.86
%24.39
%32.75

CMYK Percentages of Color #f68cbc

%0
%43
%24
%4

Triadic Colors of #f68cbc

#f68cbc #bcf68c #8cbcf6

Analogous Colors of #f68cbc

#f68cbc #f6918c #f68cf1

Monochromatic Colors of #f68cbc

#f68cbc

Complementary Color

#f68cbc #8cf6c6

#f68cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68cbc Color CSS Codes

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

#f68cbc Text Font Color

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

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


#f68cbc Background Color

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

This div background color is #f68cbc


#f68cbc Border Color

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

This div border color is #f68cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68cbc


Comments

No comments written yet.

Please login to write comment.