Color Hex Logo

#f838a0 Color Hex

#F838A0
(248,56,160)
0 Favorites   0 Comments

Color spaces of #f838a0

RGB 24856160
HSL0.910.930.60
HSV328°77°97°
CMYK 0.000.770.35   0.03
XYZ46.470725.322935.6962
Yxy25.32290.43230.2356
Hunter Lab50.321976.7760-6.8325
CIE-Lab57.388777.5673-11.3740

#f838a0 color RGB value is (248,56,160).

#f838a0 hex color red value is 248, green value is 56 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #f838a0 hue: 0.91 , saturation: 0.93 and the lightness value of f838a0 is 0.60.

The process color (four color CMYK) of #f838a0 color hex is 0.00, 0.77, 0.35, 0.03. Web safe color of #f838a0 is #ff3399. Color #f838a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00111000 10100000
Octal 370 70 240
Decimal 248 56 160
Hex F8 38 A0

RGB Percentages of Color #f838a0

%53.45
%12.07
%34.48

CMYK Percentages of Color #f838a0

%0
%77
%35
%3

Triadic Colors of #f838a0

#f838a0 #a0f838 #38a0f8

Analogous Colors of #f838a0

#f838a0 #f83840 #f038f8

Monochromatic Colors of #f838a0

#f838a0

Complementary Color

#f838a0 #38f890

#f838a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f838a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f838a0 Color CSS Codes

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

#f838a0 Text Font Color

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

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


#f838a0 Background Color

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

This div background color is #f838a0


#f838a0 Border Color

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

This div border color is #f838a0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,56,160, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f838a0


Comments

No comments written yet.

Please login to write comment.