Color Hex Logo

#663fcc Color Hex

#663FCC
(102,63,204)
0 Favorites   0 Comments

Color spaces of #663fcc

RGB 10263204
HSL0.710.580.52
HSV257°69°80°
CMYK 0.500.690.00   0.20
XYZ18.156110.739458.2427
Yxy10.73940.20840.1232
Hunter Lab32.771041.5449-82.4342
CIE-Lab39.138050.2955-67.2862

#663fcc color RGB value is (102,63,204).

#663fcc hex color red value is 102, green value is 63 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #663fcc hue: 0.71 , saturation: 0.58 and the lightness value of 663fcc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111111 11001100
Octal 146 77 314
Decimal 102 63 204
Hex 66 3F CC

RGB Percentages of Color #663fcc

%27.64
%17.07
%55.28

CMYK Percentages of Color #663fcc

%50
%69
%0
%20

Triadic Colors of #663fcc

#663fcc #cc663f #3fcc66

Analogous Colors of #663fcc

#663fcc #ad3fcc #3f5fcc

Monochromatic Colors of #663fcc

#663fcc

Complementary Color

#663fcc #a5cc3f

#663fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#663fcc Color CSS Codes

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

#663fcc Text Font Color

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

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


#663fcc Background Color

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

This div background color is #663fcc


#663fcc Border Color

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

This div border color is #663fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663fcc


Comments

No comments written yet.

Please login to write comment.