Color Hex Logo

#66369d Color Hex

#66369D
(102,54,157)
0 Favorites   0 Comments

Color spaces of #66369d

RGB 10254157
HSL0.740.490.41
HSV268°66°62°
CMYK 0.350.660.00   0.38
XYZ12.88457.897432.7436
Yxy7.89740.24070.1475
Hunter Lab28.102332.6606-49.4105
CIE-Lab33.768342.3316-48.1866

#66369d color RGB value is (102,54,157).

#66369d hex color red value is 102, green value is 54 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #66369d hue: 0.74 , saturation: 0.49 and the lightness value of 66369d is 0.41.

The process color (four color CMYK) of #66369d color hex is 0.35, 0.66, 0.00, 0.38. Web safe color of #66369d is #663399. Color #66369d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110110 10011101
Octal 146 66 235
Decimal 102 54 157
Hex 66 36 9D

RGB Percentages of Color #66369d

%32.59
%17.25
%50.16

CMYK Percentages of Color #66369d

%35
%66
%0
%38

Triadic Colors of #66369d

#66369d #9d6636 #369d66

Analogous Colors of #66369d

#66369d #9a369d #363a9d

Monochromatic Colors of #66369d

#66369d

Complementary Color

#66369d #6d9d36

#66369d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66369d Color Preview on White Background

Lorem ipsum dolor sit amet.

#66369d Color CSS Codes

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

#66369d Text Font Color

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

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


#66369d Background Color

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

This div background color is #66369d


#66369d Border Color

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

This div border color is #66369d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66369d


Comments

No comments written yet.

Please login to write comment.