Color Hex Logo

#663bbc Color Hex

#663BBC
(102,59,188)
0 Favorites   0 Comments

Color spaces of #663bbc

RGB 10259188
HSL0.720.520.48
HSV260°69°74°
CMYK 0.460.690.00   0.26
XYZ16.12069.583648.5771
Yxy9.58360.21700.1290
Hunter Lab30.957438.7758-71.3653
CIE-Lab37.084547.9567-61.2975

#663bbc color RGB value is (102,59,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111011 10111100
Octal 146 73 274
Decimal 102 59 188
Hex 66 3B BC

RGB Percentages of Color #663bbc

%29.23
%16.91
%53.87

CMYK Percentages of Color #663bbc

%46
%69
%0
%26

Triadic Colors of #663bbc

#663bbc #bc663b #3bbc66

Analogous Colors of #663bbc

#663bbc #a73bbc #3b51bc

Monochromatic Colors of #663bbc

#663bbc

Complementary Color

#663bbc #91bc3b

#663bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#663bbc Color CSS Codes

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

#663bbc Text Font Color

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

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


#663bbc Background Color

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

This div background color is #663bbc


#663bbc Border Color

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

This div border color is #663bbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,59,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 #663bbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663bbc


Comments

No comments written yet.

Please login to write comment.