Color Hex Logo

#f42bbb Color Hex

#F42BBB
(244,43,187)
0 Favorites   0 Comments

Color spaces of #f42bbb

RGB 24443187
HSL0.880.900.56
HSV317°82°96°
CMYK 0.000.820.23   0.04
XYZ47.141724.548749.2674
Yxy24.54870.38970.2030
Hunter Lab49.546683.1292-24.2732
CIE-Lab56.633082.7112-28.3136

#f42bbb color RGB value is (244,43,187).

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

The process color (four color CMYK) of #f42bbb color hex is 0.00, 0.82, 0.23, 0.04. Web safe color of #f42bbb is #ff33cc. Color #f42bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00101011 10111011
Octal 364 53 273
Decimal 244 43 187
Hex F4 2B BB

RGB Percentages of Color #f42bbb

%51.48
%9.07
%39.45

CMYK Percentages of Color #f42bbb

%0
%82
%23
%4

Triadic Colors of #f42bbb

#f42bbb #bbf42b #2bbbf4

Analogous Colors of #f42bbb

#f42bbb #f42b56 #c92bf4

Monochromatic Colors of #f42bbb

#f42bbb

Complementary Color

#f42bbb #2bf464

#f42bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f42bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f42bbb Color CSS Codes

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

#f42bbb Text Font Color

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

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


#f42bbb Background Color

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

This div background color is #f42bbb


#f42bbb Border Color

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

This div border color is #f42bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f42bbb


Comments

No comments written yet.

Please login to write comment.