Color Hex Logo

#66136d Color Hex

#66136D
(102,19,109)
0 Favorites   0 Comments

Color spaces of #66136d

RGB 10219109
HSL0.820.700.25
HSV295°83°43°
CMYK 0.060.830.00   0.57
XYZ8.47274.394714.8697
Yxy4.39470.30550.1584
Hunter Lab20.963535.4570-27.3807
CIE-Lab24.935646.9096-32.4151

#66136d color RGB value is (102,19,109).

#66136d hex color red value is 102, green value is 19 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #66136d hue: 0.82 , saturation: 0.70 and the lightness value of 66136d is 0.25.

The process color (four color CMYK) of #66136d color hex is 0.06, 0.83, 0.00, 0.57. Web safe color of #66136d is #660066. Color #66136d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00010011 01101101
Octal 146 23 155
Decimal 102 19 109
Hex 66 13 6D

RGB Percentages of Color #66136d

%44.35
%8.26
%47.39

CMYK Percentages of Color #66136d

%6
%83
%0
%57

Triadic Colors of #66136d

#66136d #6d6613 #136d66

Analogous Colors of #66136d

#66136d #6d1347 #39136d

Monochromatic Colors of #66136d

#66136d

Complementary Color

#66136d #1a6d13

#66136d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66136d Color Preview on White Background

Lorem ipsum dolor sit amet.

#66136d Color CSS Codes

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

#66136d Text Font Color

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

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


#66136d Background Color

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

This div background color is #66136d


#66136d Border Color

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

This div border color is #66136d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,19,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 #66136d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66136d


Comments

No comments written yet.

Please login to write comment.