Color Hex Logo

#f42cbe Color Hex

#F42CBE
(244,44,190)
0 Favorites   0 Comments

Color spaces of #f42cbe

RGB 24444190
HSL0.880.900.56
HSV316°82°96°
CMYK 0.000.820.22   0.04
XYZ47.503224.752250.9891
Yxy24.75220.38540.2008
Hunter Lab49.751683.3679-25.9387
CIE-Lab56.833282.8576-29.7366

#f42cbe color RGB value is (244,44,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00101100 10111110
Octal 364 54 276
Decimal 244 44 190
Hex F4 2C BE

RGB Percentages of Color #f42cbe

%51.05
%9.21
%39.75

CMYK Percentages of Color #f42cbe

%0
%82
%22
%4

Triadic Colors of #f42cbe

#f42cbe #bef42c #2cbef4

Analogous Colors of #f42cbe

#f42cbe #f42c5a #c62cf4

Monochromatic Colors of #f42cbe

#f42cbe

Complementary Color

#f42cbe #2cf462

#f42cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f42cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f42cbe Color CSS Codes

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

#f42cbe Text Font Color

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

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


#f42cbe Background Color

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

This div background color is #f42cbe


#f42cbe Border Color

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

This div border color is #f42cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f42cbe

Related Colors


Comments

No comments written yet.

Please login to write comment.