Color Hex Logo

#663ffa Color Hex

#663FFA
(102,63,250)
0 Favorites   0 Comments

Color spaces of #663ffa

RGB 10263250
HSL0.700.950.61
HSV253°75°98°
CMYK 0.590.750.00   0.02
XYZ24.512313.281991.7142
Yxy13.28190.18930.1026
Hunter Lab36.444356.2807-123.6955
CIE-Lab43.185063.1547-86.8382

#663ffa color RGB value is (102,63,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111111 11111010
Octal 146 77 372
Decimal 102 63 250
Hex 66 3F FA

RGB Percentages of Color #663ffa

%24.58
%15.18
%60.24

CMYK Percentages of Color #663ffa

%59
%75
%0
%2

Triadic Colors of #663ffa

#663ffa #fa663f #3ffa66

Analogous Colors of #663ffa

#663ffa #c43ffa #3f76fa

Monochromatic Colors of #663ffa

#663ffa

Complementary Color

#663ffa #d3fa3f

#663ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#663ffa Color CSS Codes

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

#663ffa Text Font Color

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

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


#663ffa Background Color

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

This div background color is #663ffa


#663ffa Border Color

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

This div border color is #663ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663ffa


Comments

No comments written yet.

Please login to write comment.