Color Hex Logo

#f43082 Color Hex

#F43082
(244,48,130)
0 Favorites   0 Comments

Color spaces of #f43082

RGB 24448130
HSL0.930.900.57
HSV335°80°96°
CMYK 0.000.800.47   0.04
XYZ42.394422.958723.3161
Yxy22.95870.47810.2589
Hunter Lab47.915274.08144.6895
CIE-Lab55.029875.86362.8107

#f43082 color RGB value is (244,48,130).

#f43082 hex color red value is 244, green value is 48 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #f43082 hue: 0.93 , saturation: 0.90 and the lightness value of f43082 is 0.57.

The process color (four color CMYK) of #f43082 color hex is 0.00, 0.80, 0.47, 0.04. Web safe color of #f43082 is #ff3399. Color #f43082 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110000 10000010
Octal 364 60 202
Decimal 244 48 130
Hex F4 30 82

RGB Percentages of Color #f43082

%57.82
%11.37
%30.81

CMYK Percentages of Color #f43082

%0
%80
%47
%4

Triadic Colors of #f43082

#f43082 #82f430 #3082f4

Analogous Colors of #f43082

#f43082 #f44030 #f430e4

Monochromatic Colors of #f43082

#f43082

Complementary Color

#f43082 #30f4a2

#f43082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f43082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f43082 Color CSS Codes

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

#f43082 Text Font Color

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

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


#f43082 Background Color

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

This div background color is #f43082


#f43082 Border Color

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

This div border color is #f43082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f43082


Comments

No comments written yet.

Please login to write comment.