Color Hex Logo

#f24982 Color Hex

#F24982
(242,73,130)
0 Favorites   0 Comments

Color spaces of #f24982

RGB 24273130
HSL0.940.870.62
HSV340°70°95°
CMYK 0.000.700.46   0.05
XYZ43.029825.254023.7257
Yxy25.25400.46770.2745
Hunter Lab50.253464.89857.1853
CIE-Lab57.322167.88216.0664

#f24982 color RGB value is (242,73,130).

#f24982 hex color red value is 242, green value is 73 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #f24982 hue: 0.94 , saturation: 0.87 and the lightness value of f24982 is 0.62.

The process color (four color CMYK) of #f24982 color hex is 0.00, 0.70, 0.46, 0.05. Web safe color of #f24982 is #ff3399. Color #f24982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001001 10000010
Octal 362 111 202
Decimal 242 73 130
Hex F2 49 82

RGB Percentages of Color #f24982

%54.38
%16.40
%29.21

CMYK Percentages of Color #f24982

%0
%70
%46
%5

Triadic Colors of #f24982

#f24982 #82f249 #4982f2

Analogous Colors of #f24982

#f24982 #f26549 #f249d7

Monochromatic Colors of #f24982

#f24982

Complementary Color

#f24982 #49f2b9

#f24982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f24982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f24982 Color CSS Codes

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

#f24982 Text Font Color

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

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


#f24982 Background Color

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

This div background color is #f24982


#f24982 Border Color

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

This div border color is #f24982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f24982


Comments

No comments written yet.

Please login to write comment.