Color Hex Logo

#f38eb0 Color Hex

#F38EB0
(243,142,176)
0 Favorites   0 Comments

Color spaces of #f38eb0

RGB 243142176
HSL0.940.810.75
HSV340°42°95°
CMYK 0.000.420.28   0.05
XYZ54.471641.535346.2204
Yxy41.53530.38300.2920
Hunter Lab64.447938.08512.5922
CIE-Lab70.549342.2603-1.0870

#f38eb0 color RGB value is (243,142,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10001110 10110000
Octal 363 216 260
Decimal 243 142 176
Hex F3 8E B0

RGB Percentages of Color #f38eb0

%43.32
%25.31
%31.37

CMYK Percentages of Color #f38eb0

%0
%42
%28
%5

Triadic Colors of #f38eb0

#f38eb0 #b0f38e #8eb0f3

Analogous Colors of #f38eb0

#f38eb0 #f39f8e #f38ee3

Monochromatic Colors of #f38eb0

#f38eb0

Complementary Color

#f38eb0 #8ef3d1

#f38eb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f38eb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f38eb0 Color CSS Codes

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

#f38eb0 Text Font Color

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

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


#f38eb0 Background Color

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

This div background color is #f38eb0


#f38eb0 Border Color

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

This div border color is #f38eb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f38eb0


Comments

No comments written yet.

Please login to write comment.