Color Hex Logo

#f37dae Color Hex

#F37DAE
(243,125,174)
0 Favorites   0 Comments

Color spaces of #f37dae

RGB 243125174
HSL0.930.830.72
HSV335°49°95°
CMYK 0.000.490.28   0.05
XYZ51.935736.777944.4059
Yxy36.77790.39010.2763
Hunter Lab60.644846.7376-0.9625
CIE-Lab67.110150.5371-5.0235

#f37dae color RGB value is (243,125,174).

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

The process color (four color CMYK) of #f37dae color hex is 0.00, 0.49, 0.28, 0.05. Web safe color of #f37dae is #ff6699. Color #f37dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01111101 10101110
Octal 363 175 256
Decimal 243 125 174
Hex F3 7D AE

RGB Percentages of Color #f37dae

%44.83
%23.06
%32.10

CMYK Percentages of Color #f37dae

%0
%49
%28
%5

Triadic Colors of #f37dae

#f37dae #aef37d #7daef3

Analogous Colors of #f37dae

#f37dae #f3877d #f37de9

Monochromatic Colors of #f37dae

#f37dae

Complementary Color

#f37dae #7df3c2

#f37dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f37dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f37dae Color CSS Codes

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

#f37dae Text Font Color

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

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


#f37dae Background Color

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

This div background color is #f37dae


#f37dae Border Color

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

This div border color is #f37dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f37dae


Comments

No comments written yet.

Please login to write comment.