Color Hex Logo

#f42bab Color Hex

#F42BAB
(244,43,171)
0 Favorites   0 Comments

Color spaces of #f42bab

RGB 24443171
HSL0.890.900.56
HSV322°82°96°
CMYK 0.000.820.30   0.04
XYZ45.522823.901140.7421
Yxy23.90110.41320.2170
Hunter Lab48.888880.6551-15.1880
CIE-Lab55.988680.9054-20.0017

#f42bab color RGB value is (244,43,171).

#f42bab hex color red value is 244, green value is 43 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f42bab hue: 0.89 , saturation: 0.90 and the lightness value of f42bab is 0.56.

The process color (four color CMYK) of #f42bab color hex is 0.00, 0.82, 0.30, 0.04. Web safe color of #f42bab is #ff3399. Color #f42bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00101011 10101011
Octal 364 53 253
Decimal 244 43 171
Hex F4 2B AB

RGB Percentages of Color #f42bab

%53.28
%9.39
%37.34

CMYK Percentages of Color #f42bab

%0
%82
%30
%4

Triadic Colors of #f42bab

#f42bab #abf42b #2babf4

Analogous Colors of #f42bab

#f42bab #f42b46 #d92bf4

Monochromatic Colors of #f42bab

#f42bab

Complementary Color

#f42bab #2bf474

#f42bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f42bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f42bab Color CSS Codes

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

#f42bab Text Font Color

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

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


#f42bab Background Color

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

This div background color is #f42bab


#f42bab Border Color

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

This div border color is #f42bab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,43,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f42bab


Comments

No comments written yet.

Please login to write comment.