Color Hex Logo

#663ccf Color Hex

#663CCF
(102,60,207)
0 Favorites   0 Comments

Color spaces of #663ccf

RGB 10260207
HSL0.710.600.52
HSV257°71°81°
CMYK 0.510.710.00   0.19
XYZ18.357810.561560.1025
Yxy10.56150.20620.1186
Hunter Lab32.498543.9592-86.9017
CIE-Lab38.831952.6776-69.5241

#663ccf color RGB value is (102,60,207).

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

The process color (four color CMYK) of #663ccf color hex is 0.51, 0.71, 0.00, 0.19. Web safe color of #663ccf is #6633cc. Color #663ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111100 11001111
Octal 146 74 317
Decimal 102 60 207
Hex 66 3C CF

RGB Percentages of Color #663ccf

%27.64
%16.26
%56.10

CMYK Percentages of Color #663ccf

%51
%71
%0
%19

Triadic Colors of #663ccf

#663ccf #cf663c #3ccf66

Analogous Colors of #663ccf

#663ccf #b03ccf #3c5ccf

Monochromatic Colors of #663ccf

#663ccf

Complementary Color

#663ccf #a5cf3c

#663ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#663ccf Color CSS Codes

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

#663ccf Text Font Color

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

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


#663ccf Background Color

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

This div background color is #663ccf


#663ccf Border Color

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

This div border color is #663ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663ccf


Comments

No comments written yet.

Please login to write comment.