Color Hex Logo

#f3828e Color Hex

#F3828E
(243,130,142)
0 Favorites   0 Comments

Color spaces of #f3828e

RGB 243130142
HSL0.980.820.73
HSV354°47°95°
CMYK 0.000.470.42   0.05
XYZ49.827336.972930.1015
Yxy36.97290.42620.3163
Hunter Lab60.805339.863513.2124
CIE-Lab67.256744.297013.2575

#f3828e color RGB value is (243,130,142).

#f3828e hex color red value is 243, green value is 130 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #f3828e hue: 0.98 , saturation: 0.82 and the lightness value of f3828e is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000010 10001110
Octal 363 202 216
Decimal 243 130 142
Hex F3 82 8E

RGB Percentages of Color #f3828e

%47.18
%25.24
%27.57

CMYK Percentages of Color #f3828e

%0
%47
%42
%5

Triadic Colors of #f3828e

#f3828e #8ef382 #828ef3

Analogous Colors of #f3828e

#f3828e #f3af82 #f382c7

Monochromatic Colors of #f3828e

#f3828e

Complementary Color

#f3828e #82f3e7

#f3828e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3828e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3828e Color CSS Codes

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

#f3828e Text Font Color

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

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


#f3828e Background Color

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

This div background color is #f3828e


#f3828e Border Color

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

This div border color is #f3828e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3828e


Comments

No comments written yet.

Please login to write comment.