Color Hex Logo

#f38dac Color Hex

#F38DAC
(243,141,172)
0 Favorites   0 Comments

Color spaces of #f38dac

RGB 243141172
HSL0.950.810.75
HSV342°42°95°
CMYK 0.000.420.29   0.05
XYZ53.933441.083044.1169
Yxy41.08300.38760.2953
Hunter Lab64.096038.03024.0583
CIE-Lab70.234042.24700.6851

#f38dac color RGB value is (243,141,172).

#f38dac hex color red value is 243, green value is 141 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f38dac hue: 0.95 , saturation: 0.81 and the lightness value of f38dac is 0.75.

The process color (four color CMYK) of #f38dac color hex is 0.00, 0.42, 0.29, 0.05. Web safe color of #f38dac is #ff9999. Color #f38dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10001101 10101100
Octal 363 215 254
Decimal 243 141 172
Hex F3 8D AC

RGB Percentages of Color #f38dac

%43.71
%25.36
%30.94

CMYK Percentages of Color #f38dac

%0
%42
%29
%5

Triadic Colors of #f38dac

#f38dac #acf38d #8dacf3

Analogous Colors of #f38dac

#f38dac #f3a18d #f38ddf

Monochromatic Colors of #f38dac

#f38dac

Complementary Color

#f38dac #8df3d4

#f38dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f38dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f38dac Color CSS Codes

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

#f38dac Text Font Color

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

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


#f38dac Background Color

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

This div background color is #f38dac


#f38dac Border Color

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

This div border color is #f38dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f38dac


Comments

No comments written yet.

Please login to write comment.