Color Hex Logo

#663aba Color Hex

#663ABA
(102,58,186)
0 Favorites   0 Comments

Color spaces of #663aba

RGB 10258186
HSL0.720.520.48
HSV261°69°73°
CMYK 0.450.690.00   0.27
XYZ15.85559.396147.4323
Yxy9.39610.21810.1293
Hunter Lab30.653138.6875-70.2877
CIE-Lab36.736047.9332-60.6883

#663aba color RGB value is (102,58,186).

#663aba hex color red value is 102, green value is 58 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #663aba hue: 0.72 , saturation: 0.52 and the lightness value of 663aba is 0.48.

The process color (four color CMYK) of #663aba color hex is 0.45, 0.69, 0.00, 0.27. Web safe color of #663aba is #6633cc. Color #663aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111010 10111010
Octal 146 72 272
Decimal 102 58 186
Hex 66 3A BA

RGB Percentages of Color #663aba

%29.48
%16.76
%53.76

CMYK Percentages of Color #663aba

%45
%69
%0
%27

Triadic Colors of #663aba

#663aba #ba663a #3aba66

Analogous Colors of #663aba

#663aba #a63aba #3a4eba

Monochromatic Colors of #663aba

#663aba

Complementary Color

#663aba #8eba3a

#663aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#663aba Color CSS Codes

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

#663aba Text Font Color

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

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


#663aba Background Color

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

This div background color is #663aba


#663aba Border Color

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

This div border color is #663aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663aba


Comments

No comments written yet.

Please login to write comment.