Color Hex Logo

#663dae Color Hex

#663DAE
(102,61,174)
0 Favorites   0 Comments

Color spaces of #663dae

RGB 10261174
HSL0.730.480.46
HSV262°65°68°
CMYK 0.410.650.00   0.32
XYZ14.78829.218341.0443
Yxy9.21830.22730.1417
Hunter Lab30.361733.8088-58.8978
CIE-Lab36.401243.0562-54.1285

#663dae color RGB value is (102,61,174).

#663dae hex color red value is 102, green value is 61 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #663dae hue: 0.73 , saturation: 0.48 and the lightness value of 663dae is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111101 10101110
Octal 146 75 256
Decimal 102 61 174
Hex 66 3D AE

RGB Percentages of Color #663dae

%30.27
%18.10
%51.63

CMYK Percentages of Color #663dae

%41
%65
%0
%32

Triadic Colors of #663dae

#663dae #ae663d #3dae66

Analogous Colors of #663dae

#663dae #9f3dae #3d4cae

Monochromatic Colors of #663dae

#663dae

Complementary Color

#663dae #85ae3d

#663dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#663dae Color CSS Codes

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

#663dae Text Font Color

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

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


#663dae Background Color

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

This div background color is #663dae


#663dae Border Color

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

This div border color is #663dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663dae


Comments

No comments written yet.

Please login to write comment.