Color Hex Logo

#f68dda Color Hex

#F68DDA
(246,141,218)
0 Favorites   0 Comments

Color spaces of #f68dda

RGB 246141218
HSL0.880.850.76
HSV316°43°96°
CMYK 0.000.430.11   0.04
XYZ60.185843.704571.5933
Yxy43.70450.34300.2491
Hunter Lab66.109446.8145-17.9317
CIE-Lab72.030549.9183-22.1370

#f68dda color RGB value is (246,141,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001101 11011010
Octal 366 215 332
Decimal 246 141 218
Hex F6 8D DA

RGB Percentages of Color #f68dda

%40.66
%23.31
%36.03

CMYK Percentages of Color #f68dda

%0
%43
%11
%4

Triadic Colors of #f68dda

#f68dda #daf68d #8ddaf6

Analogous Colors of #f68dda

#f68dda #f68da6 #de8df6

Monochromatic Colors of #f68dda

#f68dda

Complementary Color

#f68dda #8df6a9

#f68dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68dda Color CSS Codes

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

#f68dda Text Font Color

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

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


#f68dda Background Color

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

This div background color is #f68dda


#f68dda Border Color

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

This div border color is #f68dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68dda


Comments

No comments written yet.

Please login to write comment.