Color Hex Logo

#f38697 Color Hex

#F38697
(243,134,151)
0 Favorites   0 Comments

Color spaces of #f38697

RGB 243134151
HSL0.970.820.74
HSV351°45°95°
CMYK 0.000.450.38   0.05
XYZ51.073238.339233.9865
Yxy38.33920.41390.3107
Hunter Lab61.918738.876910.7994
CIE-Lab68.269943.26259.6245

#f38697 color RGB value is (243,134,151).

#f38697 hex color red value is 243, green value is 134 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #f38697 hue: 0.97 , saturation: 0.82 and the lightness value of f38697 is 0.74.

The process color (four color CMYK) of #f38697 color hex is 0.00, 0.45, 0.38, 0.05. Web safe color of #f38697 is #ff9999. Color #f38697 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000110 10010111
Octal 363 206 227
Decimal 243 134 151
Hex F3 86 97

RGB Percentages of Color #f38697

%46.02
%25.38
%28.60

CMYK Percentages of Color #f38697

%0
%45
%38
%5

Triadic Colors of #f38697

#f38697 #97f386 #8697f3

Analogous Colors of #f38697

#f38697 #f3ac86 #f386ce

Monochromatic Colors of #f38697

#f38697

Complementary Color

#f38697 #86f3e2

#f38697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f38697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f38697 Color CSS Codes

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

#f38697 Text Font Color

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

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


#f38697 Background Color

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

This div background color is #f38697


#f38697 Border Color

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

This div border color is #f38697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f38697


Comments

No comments written yet.

Please login to write comment.