Color Hex Logo

#ff064e Color Hex

#FF064E
(255,6,78)
0 Favorites   0 Comments

Color spaces of #ff064e

RGB 255678
HSL0.951.000.51
HSV343°98°100°
CMYK 0.000.980.69   0.00
XYZ42.680321.94039.1931
Yxy21.94030.57820.2972
Hunter Lab46.840580.675621.1518
CIE-Lab53.963681.316032.8870

#ff064e color RGB value is (255,6,78).

#ff064e hex color red value is 255, green value is 6 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ff064e hue: 0.95 , saturation: 1.00 and the lightness value of ff064e is 0.51.

The process color (four color CMYK) of #ff064e color hex is 0.00, 0.98, 0.69, 0.00. Web safe color of #ff064e is #ff0066. Color #ff064e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000110 01001110
Octal 377 6 116
Decimal 255 6 78
Hex FF 6 4E

RGB Percentages of Color #ff064e

%75.22
%1.77
%23.01

CMYK Percentages of Color #ff064e

%0
%98
%69
%0

Triadic Colors of #ff064e

#ff064e #4eff06 #064eff

Analogous Colors of #ff064e

#ff064e #ff3b06 #ff06cb

Monochromatic Colors of #ff064e

#ff064e

Complementary Color

#ff064e #06ffb7

#ff064e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff064e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff064e Color CSS Codes

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

#ff064e Text Font Color

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

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


#ff064e Background Color

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

This div background color is #ff064e


#ff064e Border Color

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

This div border color is #ff064e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,6,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff064e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff064e;
  -webkit-box-shadow: 1px 1px 3px 2px #ff064e;
  box-shadow:         1px 1px 3px 2px #ff064e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,6,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff064e


Comments

No comments written yet.

Please login to write comment.