Color Hex Logo

#f03864 Color Hex

#F03864
(240,56,100)
0 Favorites   0 Comments

Color spaces of #f03864

RGB 24056100
HSL0.960.860.58
HSV346°77°94°
CMYK 0.000.770.58   0.06
XYZ39.649622.273714.2661
Yxy22.27370.52040.2923
Hunter Lab47.195067.370615.1143
CIE-Lab54.316270.510019.6540

#f03864 color RGB value is (240,56,100).

#f03864 hex color red value is 240, green value is 56 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #f03864 hue: 0.96 , saturation: 0.86 and the lightness value of f03864 is 0.58.

The process color (four color CMYK) of #f03864 color hex is 0.00, 0.77, 0.58, 0.06. Web safe color of #f03864 is #ff3366. Color #f03864 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111000 01100100
Octal 360 70 144
Decimal 240 56 100
Hex F0 38 64

RGB Percentages of Color #f03864

%60.61
%14.14
%25.25

CMYK Percentages of Color #f03864

%0
%77
%58
%6

Triadic Colors of #f03864

#f03864 #64f038 #3864f0

Analogous Colors of #f03864

#f03864 #f06838 #f038c0

Monochromatic Colors of #f03864

#f03864

Complementary Color

#f03864 #38f0c4

#f03864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03864 Color CSS Codes

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

#f03864 Text Font Color

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

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


#f03864 Background Color

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

This div background color is #f03864


#f03864 Border Color

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

This div border color is #f03864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03864


Comments

No comments written yet.

Please login to write comment.