Color Hex Logo

#f3808d Color Hex

#F3808D
(243,128,141)
0 Favorites   0 Comments

Color spaces of #f3808d

RGB 243128141
HSL0.980.830.73
HSV353°47°95°
CMYK 0.000.470.42   0.05
XYZ49.489036.416129.6200
Yxy36.41610.42840.3152
Hunter Lab60.345840.781113.1402
CIE-Lab66.836645.193113.2317

#f3808d color RGB value is (243,128,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000000 10001101
Octal 363 200 215
Decimal 243 128 141
Hex F3 80 8D

RGB Percentages of Color #f3808d

%47.46
%25.00
%27.54

CMYK Percentages of Color #f3808d

%0
%47
%42
%5

Triadic Colors of #f3808d

#f3808d #8df380 #808df3

Analogous Colors of #f3808d

#f3808d #f3ad80 #f380c7

Monochromatic Colors of #f3808d

#f3808d

Complementary Color

#f3808d #80f3e6

#f3808d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3808d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3808d Color CSS Codes

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

#f3808d Text Font Color

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

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


#f3808d Background Color

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

This div background color is #f3808d


#f3808d Border Color

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

This div border color is #f3808d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3808d


Comments

No comments written yet.

Please login to write comment.