Color Hex Logo

#ff067c Color Hex

#FF067C
(255,6,124)
1 Favorites   0 Comments

Color spaces of #ff067c

RGB 2556124
HSL0.921.000.51
HSV332°98°100°
CMYK 0.000.980.51   0.00
XYZ44.943222.845521.1096
Yxy22.84550.50560.2570
Hunter Lab47.797084.19787.2724
CIE-Lab54.912883.87516.5093

#ff067c color RGB value is (255,6,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000110 01111100
Octal 377 6 174
Decimal 255 6 124
Hex FF 6 7C

RGB Percentages of Color #ff067c

%66.23
%1.56
%32.21

CMYK Percentages of Color #ff067c

%0
%98
%51
%0

Triadic Colors of #ff067c

#ff067c #7cff06 #067cff

Analogous Colors of #ff067c

#ff067c #ff0c06 #ff06f9

Monochromatic Colors of #ff067c

#ff067c

Complementary Color

#ff067c #06ff89

#ff067c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff067c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff067c Color CSS Codes

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

#ff067c Text Font Color

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

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


#ff067c Background Color

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

This div background color is #ff067c


#ff067c Border Color

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

This div border color is #ff067c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff067c


Comments

No comments written yet.

Please login to write comment.