Color Hex Logo

#f69dec Color Hex

#F69DEC
(246,157,236)
0 Favorites   0 Comments

Color spaces of #f69dec

RGB 246157236
HSL0.850.830.79
HSV307°36°96°
CMYK 0.000.360.04   0.04
XYZ65.203349.762985.5255
Yxy49.76290.32520.2482
Hunter Lab70.542841.5390-22.5027
CIE-Lab75.923544.7528-26.0447

#f69dec color RGB value is (246,157,236).

#f69dec hex color red value is 246, green value is 157 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f69dec hue: 0.85 , saturation: 0.83 and the lightness value of f69dec is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011101 11101100
Octal 366 235 354
Decimal 246 157 236
Hex F6 9D EC

RGB Percentages of Color #f69dec

%38.50
%24.57
%36.93

CMYK Percentages of Color #f69dec

%0
%36
%4
%4

Triadic Colors of #f69dec

#f69dec #ecf69d #9decf6

Analogous Colors of #f69dec

#f69dec #f69dc0 #d49df6

Monochromatic Colors of #f69dec

#f69dec

Complementary Color

#f69dec #9df6a7

#f69dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f69dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f69dec Color CSS Codes

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

#f69dec Text Font Color

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

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


#f69dec Background Color

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

This div background color is #f69dec


#f69dec Border Color

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

This div border color is #f69dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f69dec

Related Colors


Comments

No comments written yet.

Please login to write comment.