Color Hex Logo

#66002f Color Hex

#66002F
(102,0,47)
0 Favorites   0 Comments

Color spaces of #66002f

RGB 102047
HSL0.921.000.20
HSV332°100°40°
CMYK 0.001.000.54   0.60
XYZ5.99263.03002.9583
Yxy3.03000.50020.2529
Hunter Lab17.406930.98942.1085
CIE-Lab20.163643.12642.2258

#66002f color RGB value is (102,0,47).

#66002f hex color red value is 102, green value is 0 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #66002f hue: 0.92 , saturation: 1.00 and the lightness value of 66002f is 0.20.

The process color (four color CMYK) of #66002f color hex is 0.00, 1.00, 0.54, 0.60. Web safe color of #66002f is #660033. Color #66002f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000000 00101111
Octal 146 0 57
Decimal 102 0 47
Hex 66 0 2F

RGB Percentages of Color #66002f

%68.46
%0.00
%31.54

CMYK Percentages of Color #66002f

%0
%100
%54
%60

Triadic Colors of #66002f

#66002f #2f6600 #002f66

Analogous Colors of #66002f

#66002f #660400 #660062

Monochromatic Colors of #66002f

#66002f

Complementary Color

#66002f #006637

#66002f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66002f Color Preview on White Background

Lorem ipsum dolor sit amet.

#66002f Color CSS Codes

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

#66002f Text Font Color

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

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


#66002f Background Color

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

This div background color is #66002f


#66002f Border Color

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

This div border color is #66002f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,0,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66002f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66002f;
  -webkit-box-shadow: 1px 1px 3px 2px #66002f;
  box-shadow:         1px 1px 3px 2px #66002f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66002f


Comments

No comments written yet.

Please login to write comment.