color codes Logo

#f8038d color codes

#F8038D
(248,3,141)
0 Favorites   0 Comments

Color spaces of #f8038d

RGB 2483141
HSL0.910.980.49
HSV326°99°97°
CMYK 0.000.990.43   0.03
XYZ43.551721.944727.1396
Yxy21.94470.47010.2369
Hunter Lab46.845283.9714-1.5579
CIE-Lab53.968383.8840-5.2318

#f8038d color RGB value is (248,3,141).

#f8038d hex color red value is 248, green value is 3 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #f8038d hue: 0.91 , saturation: 0.98 and the lightness value of f8038d is 0.49.

The process color (four color CMYK) of #f8038d color code is 0.00, 0.99, 0.43, 0.03. Web safe color of #f8038d is #ff0099. Color #f8038d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000011 10001101
Octal 370 3 215
Decimal 248 3 141
Hex F8 3 8D

RGB Percentages of Color #f8038d

%63.27
%0.77
%35.97

CMYK Percentages of Color #f8038d

%0
%99
%43
%3

Triadic Colors of #f8038d

#f8038d #8df803 #038df8

Analogous Colors of #f8038d

#f8038d #f80313 #e903f8

Monochromatic Colors of #f8038d

#f8038d

Complementary Color

#f8038d #03f86e

#f8038d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8038d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8038d Color CSS Codes

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

#f8038d Text Font Color

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

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


#f8038d Background Color

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

This div background color is #f8038d


#f8038d Border Color

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

This div border color is #f8038d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8038d


Comments

No comments written yet.

Please login to write comment.