Color Hex Logo

#663cbc Color Hex

#663CBC
(102,60,188)
0 Favorites   0 Comments

Color spaces of #663cbc

RGB 10260188
HSL0.720.520.49
HSV260°68°74°
CMYK 0.460.680.00   0.26
XYZ16.17249.687348.5944
Yxy9.68730.21720.1301
Hunter Lab31.124438.2817-70.7821
CIE-Lab37.275347.4305-60.9867

#663cbc color RGB value is (102,60,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111100 10111100
Octal 146 74 274
Decimal 102 60 188
Hex 66 3C BC

RGB Percentages of Color #663cbc

%29.14
%17.14
%53.71

CMYK Percentages of Color #663cbc

%46
%68
%0
%26

Triadic Colors of #663cbc

#663cbc #bc663c #3cbc66

Analogous Colors of #663cbc

#663cbc #a63cbc #3c52bc

Monochromatic Colors of #663cbc

#663cbc

Complementary Color

#663cbc #92bc3c

#663cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#663cbc Color CSS Codes

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

#663cbc Text Font Color

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

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


#663cbc Background Color

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

This div background color is #663cbc


#663cbc Border Color

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

This div border color is #663cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663cbc


Comments

No comments written yet.

Please login to write comment.