Color Hex Logo

#f01867 Color Hex

#F01867
(240,24,103)
0 Favorites   0 Comments

Color spaces of #f01867

RGB 24024103
HSL0.940.880.52
HSV338°90°94°
CMYK 0.000.900.57   0.06
XYZ38.710020.157814.6826
Yxy20.15780.52630.2741
Hunter Lab44.897475.329912.0389
CIE-Lab52.015277.453614.7076

#f01867 color RGB value is (240,24,103).

#f01867 hex color red value is 240, green value is 24 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #f01867 hue: 0.94 , saturation: 0.88 and the lightness value of f01867 is 0.52.

The process color (four color CMYK) of #f01867 color hex is 0.00, 0.90, 0.57, 0.06. Web safe color of #f01867 is #ff0066. Color #f01867 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011000 01100111
Octal 360 30 147
Decimal 240 24 103
Hex F0 18 67

RGB Percentages of Color #f01867

%65.40
%6.54
%28.07

CMYK Percentages of Color #f01867

%0
%90
%57
%6

Triadic Colors of #f01867

#f01867 #67f018 #1867f0

Analogous Colors of #f01867

#f01867 #f03518 #f018d3

Monochromatic Colors of #f01867

#f01867

Complementary Color

#f01867 #18f0a1

#f01867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01867 Color CSS Codes

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

#f01867 Text Font Color

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

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


#f01867 Background Color

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

This div background color is #f01867


#f01867 Border Color

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

This div border color is #f01867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01867


Comments

No comments written yet.

Please login to write comment.