Color Hex Logo

#f05468 Color Hex

#F05468
(240,84,104)
0 Favorites   0 Comments

Color spaces of #f05468

RGB 24084104
HSL0.980.840.64
HSV352°65°94°
CMYK 0.000.650.57   0.06
XYZ41.604225.865415.8964
Yxy25.86540.49910.3103
Hunter Lab50.858057.019617.0687
CIE-Lab57.909161.064422.1178

#f05468 color RGB value is (240,84,104).

#f05468 hex color red value is 240, green value is 84 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #f05468 hue: 0.98 , saturation: 0.84 and the lightness value of f05468 is 0.64.

The process color (four color CMYK) of #f05468 color hex is 0.00, 0.65, 0.57, 0.06. Web safe color of #f05468 is #ff6666. Color #f05468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010100 01101000
Octal 360 124 150
Decimal 240 84 104
Hex F0 54 68

RGB Percentages of Color #f05468

%56.07
%19.63
%24.30

CMYK Percentages of Color #f05468

%0
%65
%57
%6

Triadic Colors of #f05468

#f05468 #68f054 #5468f0

Analogous Colors of #f05468

#f05468 #f08e54 #f054b6

Monochromatic Colors of #f05468

#f05468

Complementary Color

#f05468 #54f0dc

#f05468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f05468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f05468 Color CSS Codes

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

#f05468 Text Font Color

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

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


#f05468 Background Color

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

This div background color is #f05468


#f05468 Border Color

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

This div border color is #f05468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f05468


Comments

No comments written yet.

Please login to write comment.