Color Hex Logo

#f39dde Color Hex

#F39DDE
(243,157,222)
0 Favorites   0 Comments

Color spaces of #f39dde

RGB 243157222
HSL0.870.780.78
HSV315°35°95°
CMYK 0.000.350.09   0.05
XYZ62.203948.442675.1791
Yxy48.44260.33470.2607
Hunter Lab69.600737.7287-15.3215
CIE-Lab75.103241.4203-19.6956

#f39dde color RGB value is (243,157,222).

#f39dde hex color red value is 243, green value is 157 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f39dde hue: 0.87 , saturation: 0.78 and the lightness value of f39dde is 0.78.

The process color (four color CMYK) of #f39dde color hex is 0.00, 0.35, 0.09, 0.05. Web safe color of #f39dde is #ff99cc. Color #f39dde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10011101 11011110
Octal 363 235 336
Decimal 243 157 222
Hex F3 9D DE

RGB Percentages of Color #f39dde

%39.07
%25.24
%35.69

CMYK Percentages of Color #f39dde

%0
%35
%9
%5

Triadic Colors of #f39dde

#f39dde #def39d #9ddef3

Analogous Colors of #f39dde

#f39dde #f39db3 #dd9df3

Monochromatic Colors of #f39dde

#f39dde

Complementary Color

#f39dde #9df3b2

#f39dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f39dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f39dde Color CSS Codes

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

#f39dde Text Font Color

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

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


#f39dde Background Color

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

This div background color is #f39dde


#f39dde Border Color

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

This div border color is #f39dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f39dde


Comments

No comments written yet.

Please login to write comment.