Color Hex Logo

#f42387 Color Hex

#F42387
(244,35,135)
0 Favorites   0 Comments

Color spaces of #f42387

RGB 24435135
HSL0.920.900.55
HSV331°86°96°
CMYK 0.000.860.45   0.04
XYZ42.282422.184424.9752
Yxy22.18440.47270.2480
Hunter Lab47.100377.81561.5314
CIE-Lab54.222179.0082-1.3551

#f42387 color RGB value is (244,35,135).

#f42387 hex color red value is 244, green value is 35 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #f42387 hue: 0.92 , saturation: 0.90 and the lightness value of f42387 is 0.55.

The process color (four color CMYK) of #f42387 color hex is 0.00, 0.86, 0.45, 0.04. Web safe color of #f42387 is #ff3399. Color #f42387 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100011 10000111
Octal 364 43 207
Decimal 244 35 135
Hex F4 23 87

RGB Percentages of Color #f42387

%58.94
%8.45
%32.61

CMYK Percentages of Color #f42387

%0
%86
%45
%4

Triadic Colors of #f42387

#f42387 #87f423 #2387f4

Analogous Colors of #f42387

#f42387 #f42823 #f423f0

Monochromatic Colors of #f42387

#f42387

Complementary Color

#f42387 #23f490

#f42387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f42387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f42387 Color CSS Codes

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

#f42387 Text Font Color

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

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


#f42387 Background Color

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

This div background color is #f42387


#f42387 Border Color

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

This div border color is #f42387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f42387

Related Colors


Comments

No comments written yet.

Please login to write comment.