Color Hex Logo

#ff066e Color Hex

#FF066E
(255,6,110)
0 Favorites   0 Comments

Color spaces of #ff066e

RGB 2556110
HSL0.931.000.51
HSV335°98°100°
CMYK 0.000.980.57   0.00
XYZ44.119622.516016.7725
Yxy22.51600.52900.2699
Hunter Lab47.451082.928612.2585
CIE-Lab54.570382.957514.4611

#ff066e color RGB value is (255,6,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000110 01101110
Octal 377 6 156
Decimal 255 6 110
Hex FF 6 6E

RGB Percentages of Color #ff066e

%68.73
%1.62
%29.65

CMYK Percentages of Color #ff066e

%0
%98
%57
%0

Triadic Colors of #ff066e

#ff066e #6eff06 #066eff

Analogous Colors of #ff066e

#ff066e #ff1a06 #ff06eb

Monochromatic Colors of #ff066e

#ff066e

Complementary Color

#ff066e #06ff97

#ff066e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff066e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff066e Color CSS Codes

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

#ff066e Text Font Color

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

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


#ff066e Background Color

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

This div background color is #ff066e


#ff066e Border Color

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

This div border color is #ff066e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff066e


Comments

No comments written yet.

Please login to write comment.