Color Hex Logo

#f40287 Color Hex

#F40287
(244,2,135)
0 Favorites   0 Comments

Color spaces of #f40287

RGB 2442135
HSL0.910.980.48
HSV327°99°96°
CMYK 0.000.990.45   0.04
XYZ41.703121.025824.7821
Yxy21.02580.47650.2403
Hunter Lab45.853982.09750.0540
CIE-Lab52.977782.6208-3.1842

#f40287 color RGB value is (244,2,135).

#f40287 hex color red value is 244, green value is 2 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #f40287 hue: 0.91 , saturation: 0.98 and the lightness value of f40287 is 0.48.

The process color (four color CMYK) of #f40287 color hex is 0.00, 0.99, 0.45, 0.04. Web safe color of #f40287 is #ff0099. Color #f40287 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00000010 10000111
Octal 364 2 207
Decimal 244 2 135
Hex F4 2 87

RGB Percentages of Color #f40287

%64.04
%0.52
%35.43

CMYK Percentages of Color #f40287

%0
%99
%45
%4

Triadic Colors of #f40287

#f40287 #87f402 #0287f4

Analogous Colors of #f40287

#f40287 #f4020e #e802f4

Monochromatic Colors of #f40287

#f40287

Complementary Color

#f40287 #02f46f

#f40287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40287 Color CSS Codes

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

#f40287 Text Font Color

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

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


#f40287 Background Color

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

This div background color is #f40287


#f40287 Border Color

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

This div border color is #f40287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40287


Comments

No comments written yet.

Please login to write comment.