Color Hex Logo

#663fff Color Hex

#663FFF
(102,63,255)
0 Favorites   0 Comments

Color spaces of #663fff

RGB 10263255
HSL0.701.000.62
HSV252°75°100°
CMYK 0.600.750.00   0.00
XYZ25.307013.599895.8989
Yxy13.59980.18770.1009
Hunter Lab36.877957.9570-128.3657
CIE-Lab43.653464.5383-88.8606

#663fff color RGB value is (102,63,255).

#663fff hex color red value is 102, green value is 63 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #663fff hue: 0.70 , saturation: 1.00 and the lightness value of 663fff is 0.62.

The process color (four color CMYK) of #663fff color hex is 0.60, 0.75, 0.00, 0.00. Web safe color of #663fff is #6633ff. Color #663fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111111 11111111
Octal 146 77 377
Decimal 102 63 255
Hex 66 3F FF

RGB Percentages of Color #663fff

%24.29
%15.00
%60.71

CMYK Percentages of Color #663fff

%60
%75
%0
%0

Triadic Colors of #663fff

#663fff #ff663f #3fff66

Analogous Colors of #663fff

#663fff #c63fff #3f78ff

Monochromatic Colors of #663fff

#663fff

Complementary Color

#663fff #d8ff3f

#663fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#663fff Color CSS Codes

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

#663fff Text Font Color

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

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


#663fff Background Color

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

This div background color is #663fff


#663fff Border Color

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

This div border color is #663fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663fff


Comments

No comments written yet.

Please login to write comment.