Color Hex Logo

#f68cde Color Hex

#F68CDE
(246,140,222)
0 Favorites   0 Comments

Color spaces of #f68cde

RGB 246140222
HSL0.870.850.76
HSV314°43°96°
CMYK 0.000.430.10   0.04
XYZ60.568943.622974.3350
Yxy43.62290.33930.2443
Hunter Lab66.047648.1098-20.4961
CIE-Lab71.975751.0637-24.4238

#f68cde color RGB value is (246,140,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001100 11011110
Octal 366 214 336
Decimal 246 140 222
Hex F6 8C DE

RGB Percentages of Color #f68cde

%40.46
%23.03
%36.51

CMYK Percentages of Color #f68cde

%0
%43
%10
%4

Triadic Colors of #f68cde

#f68cde #def68c #8cdef6

Analogous Colors of #f68cde

#f68cde #f68ca9 #d98cf6

Monochromatic Colors of #f68cde

#f68cde

Complementary Color

#f68cde #8cf6a4

#f68cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68cde Color CSS Codes

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

#f68cde Text Font Color

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

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


#f68cde Background Color

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

This div background color is #f68cde


#f68cde Border Color

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

This div border color is #f68cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68cde


Comments

No comments written yet.

Please login to write comment.