Color Hex Logo

#ff006c Color Hex

#FF006C
(255,0,108)
0 Favorites   0 Comments

Color spaces of #ff006c

RGB 2550108
HSL0.931.000.50
HSV335°100°100°
CMYK 0.001.000.58   0.00
XYZ43.946822.342716.1837
Yxy22.34270.53290.2709
Hunter Lab47.268183.238712.7879
CIE-Lab54.388783.233915.4176

#ff006c color RGB value is (255,0,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000000 01101100
Octal 377 0 154
Decimal 255 0 108
Hex FF 0 6C

RGB Percentages of Color #ff006c

%70.25
%0.00
%29.75

CMYK Percentages of Color #ff006c

%0
%100
%58
%0

Triadic Colors of #ff006c

#ff006c #6cff00 #006cff

Analogous Colors of #ff006c

#ff006c #ff1400 #ff00ec

Monochromatic Colors of #ff006c

#ff006c

Complementary Color

#ff006c #00ff93

#ff006c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff006c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff006c Color CSS Codes

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

#ff006c Text Font Color

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

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


#ff006c Background Color

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

This div background color is #ff006c


#ff006c Border Color

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

This div border color is #ff006c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff006c


Comments

No comments written yet.

Please login to write comment.