Color Hex Logo

#ff066b Color Hex

#FF066B
(255,6,107)
0 Favorites   0 Comments

Color spaces of #ff066b

RGB 2556107
HSL0.931.000.51
HSV336°98°100°
CMYK 0.000.980.58   0.00
XYZ43.959022.451815.9266
Yxy22.45180.53390.2727
Hunter Lab47.383382.679213.2396
CIE-Lab54.503182.776616.1789

#ff066b color RGB value is (255,6,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000110 01101011
Octal 377 6 153
Decimal 255 6 107
Hex FF 6 6B

RGB Percentages of Color #ff066b

%69.29
%1.63
%29.08

CMYK Percentages of Color #ff066b

%0
%98
%58
%0

Triadic Colors of #ff066b

#ff066b #6bff06 #066bff

Analogous Colors of #ff066b

#ff066b #ff1d06 #ff06e8

Monochromatic Colors of #ff066b

#ff066b

Complementary Color

#ff066b #06ff9a

#ff066b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff066b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff066b Color CSS Codes

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

#ff066b Text Font Color

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

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


#ff066b Background Color

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

This div background color is #ff066b


#ff066b Border Color

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

This div border color is #ff066b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff066b

Related Colors

#ff066b Color Palettes


Comments

No comments written yet.

Please login to write comment.