Color Hex Logo

#f68cdd Color Hex

#F68CDD
(246,140,221)
0 Favorites   0 Comments

Color spaces of #f68cdd

RGB 246140221
HSL0.870.850.76
HSV314°43°96°
CMYK 0.000.430.10   0.04
XYZ60.435343.569573.6311
Yxy43.56950.34020.2453
Hunter Lab66.007247.9196-19.9330
CIE-Lab71.939850.9019-23.9281

#f68cdd color RGB value is (246,140,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001100 11011101
Octal 366 214 335
Decimal 246 140 221
Hex F6 8C DD

RGB Percentages of Color #f68cdd

%40.53
%23.06
%36.41

CMYK Percentages of Color #f68cdd

%0
%43
%10
%4

Triadic Colors of #f68cdd

#f68cdd #ddf68c #8cddf6

Analogous Colors of #f68cdd

#f68cdd #f68ca8 #da8cf6

Monochromatic Colors of #f68cdd

#f68cdd

Complementary Color

#f68cdd #8cf6a5

#f68cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68cdd Color CSS Codes

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

#f68cdd Text Font Color

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

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


#f68cdd Background Color

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

This div background color is #f68cdd


#f68cdd Border Color

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

This div border color is #f68cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68cdd


Comments

No comments written yet.

Please login to write comment.