Color Hex Logo

#663bad Color Hex

#663BAD
(102,59,173)
0 Favorites   0 Comments

Color spaces of #663bad

RGB 10259173
HSL0.730.490.45
HSV263°66°68°
CMYK 0.410.660.00   0.32
XYZ14.58638.969840.4977
Yxy8.96980.22770.1400
Hunter Lab29.949634.5226-59.2068
CIE-Lab35.926143.8748-54.3036

#663bad color RGB value is (102,59,173).

#663bad hex color red value is 102, green value is 59 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #663bad hue: 0.73 , saturation: 0.49 and the lightness value of 663bad is 0.45.

The process color (four color CMYK) of #663bad color hex is 0.41, 0.66, 0.00, 0.32. Web safe color of #663bad is #663399. Color #663bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111011 10101101
Octal 146 73 255
Decimal 102 59 173
Hex 66 3B AD

RGB Percentages of Color #663bad

%30.54
%17.66
%51.80

CMYK Percentages of Color #663bad

%41
%66
%0
%32

Triadic Colors of #663bad

#663bad #ad663b #3bad66

Analogous Colors of #663bad

#663bad #9f3bad #3b49ad

Monochromatic Colors of #663bad

#663bad

Complementary Color

#663bad #82ad3b

#663bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#663bad Color CSS Codes

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

#663bad Text Font Color

<p style="color:#663bad">Text here</p>

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


#663bad Background Color

<div style="background-color:#663bad">
Div content here</div>

This div background color is #663bad


#663bad Border Color

<div style="border:3px solid #663bad">
Div here</div>

This div border color is #663bad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,59,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #663bad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #663bad;
  -webkit-box-shadow: 1px 1px 3px 2px #663bad;
  box-shadow:         1px 1px 3px 2px #663bad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663bad


Comments

No comments written yet.

Please login to write comment.