Color Hex Logo

#f38eae Color Hex

#F38EAE
(243,142,174)
0 Favorites   0 Comments

Color spaces of #f38eae

RGB 243142174
HSL0.950.810.75
HSV341°42°95°
CMYK 0.000.420.28   0.05
XYZ54.275141.456745.1857
Yxy41.45670.38520.2942
Hunter Lab64.386937.79003.4620
CIE-Lab70.494741.9958-0.0511

#f38eae color RGB value is (243,142,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10001110 10101110
Octal 363 216 256
Decimal 243 142 174
Hex F3 8E AE

RGB Percentages of Color #f38eae

%43.47
%25.40
%31.13

CMYK Percentages of Color #f38eae

%0
%42
%28
%5

Triadic Colors of #f38eae

#f38eae #aef38e #8eaef3

Analogous Colors of #f38eae

#f38eae #f3a18e #f38ee1

Monochromatic Colors of #f38eae

#f38eae

Complementary Color

#f38eae #8ef3d3

#f38eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f38eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f38eae Color CSS Codes

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

#f38eae Text Font Color

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

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


#f38eae Background Color

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

This div background color is #f38eae


#f38eae Border Color

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

This div border color is #f38eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,142,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 #f38eae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f38eae


Comments

No comments written yet.

Please login to write comment.