Color Hex Logo

#f38caa Color Hex

#F38CAA
(243,140,170)
0 Favorites   0 Comments

Color spaces of #f38caa

RGB 243140170
HSL0.950.810.75
HSV343°42°95°
CMYK 0.000.420.30   0.05
XYZ53.595940.713143.0638
Yxy40.71310.39010.2964
Hunter Lab63.806838.27304.6494
CIE-Lab69.974442.50071.4246

#f38caa color RGB value is (243,140,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10001100 10101010
Octal 363 214 252
Decimal 243 140 170
Hex F3 8C AA

RGB Percentages of Color #f38caa

%43.94
%25.32
%30.74

CMYK Percentages of Color #f38caa

%0
%42
%30
%5

Triadic Colors of #f38caa

#f38caa #aaf38c #8caaf3

Analogous Colors of #f38caa

#f38caa #f3a28c #f38cde

Monochromatic Colors of #f38caa

#f38caa

Complementary Color

#f38caa #8cf3d5

#f38caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f38caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f38caa Color CSS Codes

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

#f38caa Text Font Color

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

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


#f38caa Background Color

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

This div background color is #f38caa


#f38caa Border Color

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

This div border color is #f38caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f38caa


Comments

No comments written yet.

Please login to write comment.