Color Hex Logo

#663cbd Color Hex

#663CBD
(102,60,189)
0 Favorites   0 Comments

Color spaces of #663cbd

RGB 10260189
HSL0.720.520.49
HSV260°68°74°
CMYK 0.460.680.00   0.26
XYZ16.28079.730649.1642
Yxy9.73060.21660.1294
Hunter Lab31.193938.5732-71.6102
CIE-Lab37.354547.7059-61.4451

#663cbd color RGB value is (102,60,189).

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

The process color (four color CMYK) of #663cbd color hex is 0.46, 0.68, 0.00, 0.26. Web safe color of #663cbd is #6633cc. Color #663cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111100 10111101
Octal 146 74 275
Decimal 102 60 189
Hex 66 3C BD

RGB Percentages of Color #663cbd

%29.06
%17.09
%53.85

CMYK Percentages of Color #663cbd

%46
%68
%0
%26

Triadic Colors of #663cbd

#663cbd #bd663c #3cbd66

Analogous Colors of #663cbd

#663cbd #a73cbd #3c53bd

Monochromatic Colors of #663cbd

#663cbd

Complementary Color

#663cbd #93bd3c

#663cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#663cbd Color CSS Codes

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

#663cbd Text Font Color

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

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


#663cbd Background Color

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

This div background color is #663cbd


#663cbd Border Color

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

This div border color is #663cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663cbd


Comments

No comments written yet.

Please login to write comment.