Color Hex Logo

#f02387 Color Hex

#F02387
(240,35,135)
0 Favorites   0 Comments

Color spaces of #f02387

RGB 24035135
HSL0.920.870.54
HSV331°85°94°
CMYK 0.000.850.44   0.06
XYZ40.909421.476624.9109
Yxy21.47660.46860.2460
Hunter Lab46.342976.47180.5696
CIE-Lab53.467278.0851-2.5515

#f02387 color RGB value is (240,35,135).

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

The process color (four color CMYK) of #f02387 color hex is 0.00, 0.85, 0.44, 0.06. Web safe color of #f02387 is #ff3399. Color #f02387 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100011 10000111
Octal 360 43 207
Decimal 240 35 135
Hex F0 23 87

RGB Percentages of Color #f02387

%58.54
%8.54
%32.93

CMYK Percentages of Color #f02387

%0
%85
%44
%6

Triadic Colors of #f02387

#f02387 #87f023 #2387f0

Analogous Colors of #f02387

#f02387 #f02623 #f023ee

Monochromatic Colors of #f02387

#f02387

Complementary Color

#f02387 #23f08c

#f02387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02387 Color CSS Codes

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

#f02387 Text Font Color

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

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


#f02387 Background Color

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

This div background color is #f02387


#f02387 Border Color

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

This div border color is #f02387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02387


Comments

No comments written yet.

Please login to write comment.