Color Hex Logo

#66448a Color Hex

#66448A
(102,68,138)
0 Favorites   0 Comments

Color spaces of #66448a

RGB 10268138
HSL0.750.340.40
HSV269°51°54°
CMYK 0.260.510.00   0.46
XYZ12.13418.794025.1026
Yxy8.79400.26360.1910
Hunter Lab29.654721.1429-29.4305
CIE-Lab35.584629.4162-33.6965

#66448a color RGB value is (102,68,138).

#66448a hex color red value is 102, green value is 68 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #66448a hue: 0.75 , saturation: 0.34 and the lightness value of 66448a is 0.40.

The process color (four color CMYK) of #66448a color hex is 0.26, 0.51, 0.00, 0.46. Web safe color of #66448a is #663399. Color #66448a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000100 10001010
Octal 146 104 212
Decimal 102 68 138
Hex 66 44 8A

RGB Percentages of Color #66448a

%33.12
%22.08
%44.81

CMYK Percentages of Color #66448a

%26
%51
%0
%46

Triadic Colors of #66448a

#66448a #8a6644 #448a66

Analogous Colors of #66448a

#66448a #89448a #44458a

Monochromatic Colors of #66448a

#66448a

Complementary Color

#66448a #688a44

#66448a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66448a Color Preview on White Background

Lorem ipsum dolor sit amet.

#66448a Color CSS Codes

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

#66448a Text Font Color

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

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


#66448a Background Color

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

This div background color is #66448a


#66448a Border Color

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

This div border color is #66448a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,68,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66448a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66448a;
  -webkit-box-shadow: 1px 1px 3px 2px #66448a;
  box-shadow:         1px 1px 3px 2px #66448a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66448a


Comments

No comments written yet.

Please login to write comment.