Color Hex Logo

#f0237f Color Hex

#F0237F
(240,35,127)
0 Favorites   0 Comments

Color spaces of #f0237f

RGB 24035127
HSL0.930.870.54
HSV333°85°94°
CMYK 0.000.850.47   0.06
XYZ40.367021.259622.0546
Yxy21.25960.48240.2541
Hunter Lab46.108175.58493.9159
CIE-Lab53.232477.42111.9100

#f0237f color RGB value is (240,35,127).

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

The process color (four color CMYK) of #f0237f color hex is 0.00, 0.85, 0.47, 0.06. Web safe color of #f0237f is #ff3366. Color #f0237f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100011 01111111
Octal 360 43 177
Decimal 240 35 127
Hex F0 23 7F

RGB Percentages of Color #f0237f

%59.70
%8.71
%31.59

CMYK Percentages of Color #f0237f

%0
%85
%47
%6

Triadic Colors of #f0237f

#f0237f #7ff023 #237ff0

Analogous Colors of #f0237f

#f0237f #f02e23 #f023e6

Monochromatic Colors of #f0237f

#f0237f

Complementary Color

#f0237f #23f094

#f0237f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0237f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0237f Color CSS Codes

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

#f0237f Text Font Color

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

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


#f0237f Background Color

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

This div background color is #f0237f


#f0237f Border Color

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

This div border color is #f0237f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0237f


Comments

No comments written yet.

Please login to write comment.