Color Hex Logo

#f38dbd Color Hex

#F38DBD
(243,141,189)
0 Favorites   0 Comments

Color spaces of #f38dbd

RGB 243141189
HSL0.920.810.75
HSV332°42°95°
CMYK 0.000.420.22   0.05
XYZ55.672341.778653.2739
Yxy41.77860.36940.2772
Hunter Lab64.636440.6312-3.6219
CIE-Lab70.718044.5627-8.0833

#f38dbd color RGB value is (243,141,189).

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

The process color (four color CMYK) of #f38dbd color hex is 0.00, 0.42, 0.22, 0.05. Web safe color of #f38dbd is #ff99cc. Color #f38dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10001101 10111101
Octal 363 215 275
Decimal 243 141 189
Hex F3 8D BD

RGB Percentages of Color #f38dbd

%42.41
%24.61
%32.98

CMYK Percentages of Color #f38dbd

%0
%42
%22
%5

Triadic Colors of #f38dbd

#f38dbd #bdf38d #8dbdf3

Analogous Colors of #f38dbd

#f38dbd #f3908d #f38df0

Monochromatic Colors of #f38dbd

#f38dbd

Complementary Color

#f38dbd #8df3c3

#f38dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f38dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f38dbd Color CSS Codes

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

#f38dbd Text Font Color

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

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


#f38dbd Background Color

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

This div background color is #f38dbd


#f38dbd Border Color

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

This div border color is #f38dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f38dbd


Comments

No comments written yet.

Please login to write comment.