Color Hex Logo

#f37e96 Color Hex

#F37E96
(243,126,150)
0 Favorites   0 Comments

Color spaces of #f37e96

RGB 243126150
HSL0.970.830.72
HSV348°48°95°
CMYK 0.000.480.38   0.05
XYZ49.928036.178433.2058
Yxy36.17840.41850.3032
Hunter Lab60.148542.90939.3721
CIE-Lab66.656047.15767.8888

#f37e96 color RGB value is (243,126,150).

#f37e96 hex color red value is 243, green value is 126 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #f37e96 hue: 0.97 , saturation: 0.83 and the lightness value of f37e96 is 0.72.

The process color (four color CMYK) of #f37e96 color hex is 0.00, 0.48, 0.38, 0.05. Web safe color of #f37e96 is #ff6699. Color #f37e96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01111110 10010110
Octal 363 176 226
Decimal 243 126 150
Hex F3 7E 96

RGB Percentages of Color #f37e96

%46.82
%24.28
%28.90

CMYK Percentages of Color #f37e96

%0
%48
%38
%5

Triadic Colors of #f37e96

#f37e96 #96f37e #7e96f3

Analogous Colors of #f37e96

#f37e96 #f3a17e #f37ed1

Monochromatic Colors of #f37e96

#f37e96

Complementary Color

#f37e96 #7ef3db

#f37e96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f37e96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f37e96 Color CSS Codes

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

#f37e96 Text Font Color

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

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


#f37e96 Background Color

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

This div background color is #f37e96


#f37e96 Border Color

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

This div border color is #f37e96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f37e96


Comments

No comments written yet.

Please login to write comment.