Color Hex Logo

#f68cee Color Hex

#F68CEE
(246,140,238)
0 Favorites   0 Comments

Color spaces of #f68cee

RGB 246140238
HSL0.850.850.76
HSV305°43°96°
CMYK 0.000.430.03   0.04
XYZ62.816744.522086.1717
Yxy44.52200.32460.2301
Hunter Lab66.724851.2767-29.8627
CIE-Lab72.576053.7343-32.2798

#f68cee color RGB value is (246,140,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001100 11101110
Octal 366 214 356
Decimal 246 140 238
Hex F6 8C EE

RGB Percentages of Color #f68cee

%39.42
%22.44
%38.14

CMYK Percentages of Color #f68cee

%0
%43
%3
%4

Triadic Colors of #f68cee

#f68cee #eef68c #8ceef6

Analogous Colors of #f68cee

#f68cee #f68cb9 #c98cf6

Monochromatic Colors of #f68cee

#f68cee

Complementary Color

#f68cee #8cf694

#f68cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68cee Color CSS Codes

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

#f68cee Text Font Color

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

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


#f68cee Background Color

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

This div background color is #f68cee


#f68cee Border Color

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

This div border color is #f68cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68cee


Comments

No comments written yet.

Please login to write comment.