Color Hex Logo

#f68deb Color Hex

#F68DEB
(246,141,235)
0 Favorites   0 Comments

Color spaces of #f68deb

RGB 246141235
HSL0.850.850.76
HSV306°43°96°
CMYK 0.000.430.04   0.04
XYZ62.526344.640783.9183
Yxy44.64070.32720.2336
Hunter Lab66.813750.1218-27.6989
CIE-Lab72.654752.7231-30.5174

#f68deb color RGB value is (246,141,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001101 11101011
Octal 366 215 353
Decimal 246 141 235
Hex F6 8D EB

RGB Percentages of Color #f68deb

%39.55
%22.67
%37.78

CMYK Percentages of Color #f68deb

%0
%43
%4
%4

Triadic Colors of #f68deb

#f68deb #ebf68d #8debf6

Analogous Colors of #f68deb

#f68deb #f68db7 #cd8df6

Monochromatic Colors of #f68deb

#f68deb

Complementary Color

#f68deb #8df698

#f68deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68deb Color CSS Codes

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

#f68deb Text Font Color

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

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


#f68deb Background Color

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

This div background color is #f68deb


#f68deb Border Color

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

This div border color is #f68deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68deb


Comments

No comments written yet.

Please login to write comment.