Color Hex Logo

#66376d Color Hex

#66376D
(102,55,109)
0 Favorites   0 Comments

Color spaces of #66376d

RGB 10255109
HSL0.810.330.32
HSV292°50°43°
CMYK 0.060.500.00   0.57
XYZ9.60606.661315.2475
Yxy6.66130.30480.2114
Hunter Lab25.809521.2691-16.9602
CIE-Lab31.023130.2154-22.7844

#66376d color RGB value is (102,55,109).

#66376d hex color red value is 102, green value is 55 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #66376d hue: 0.81 , saturation: 0.33 and the lightness value of 66376d is 0.32.

The process color (four color CMYK) of #66376d color hex is 0.06, 0.50, 0.00, 0.57. Web safe color of #66376d is #663366. Color #66376d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110111 01101101
Octal 146 67 155
Decimal 102 55 109
Hex 66 37 6D

RGB Percentages of Color #66376d

%38.35
%20.68
%40.98

CMYK Percentages of Color #66376d

%6
%50
%0
%57

Triadic Colors of #66376d

#66376d #6d6637 #376d66

Analogous Colors of #66376d

#66376d #6d3759 #4b376d

Monochromatic Colors of #66376d

#66376d

Complementary Color

#66376d #3e6d37

#66376d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66376d Color Preview on White Background

Lorem ipsum dolor sit amet.

#66376d Color CSS Codes

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

#66376d Text Font Color

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

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


#66376d Background Color

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

This div background color is #66376d


#66376d Border Color

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

This div border color is #66376d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,55,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66376d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66376d;
  -webkit-box-shadow: 1px 1px 3px 2px #66376d;
  box-shadow:         1px 1px 3px 2px #66376d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66376d

#66376d Color Palettes


Comments

No comments written yet.

Please login to write comment.