Color Hex Logo

#663dfa Color Hex

#663DFA
(102,61,250)
0 Favorites   0 Comments

Color spaces of #663dfa

RGB 10261250
HSL0.700.950.61
HSV253°76°98°
CMYK 0.590.760.00   0.02
XYZ24.403613.064491.6780
Yxy13.06440.18900.1012
Hunter Lab36.144757.2635-125.0828
CIE-Lab42.860164.0838-87.3734

#663dfa color RGB value is (102,61,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111101 11111010
Octal 146 75 372
Decimal 102 61 250
Hex 66 3D FA

RGB Percentages of Color #663dfa

%24.70
%14.77
%60.53

CMYK Percentages of Color #663dfa

%59
%76
%0
%2

Triadic Colors of #663dfa

#663dfa #fa663d #3dfa66

Analogous Colors of #663dfa

#663dfa #c53dfa #3d73fa

Monochromatic Colors of #663dfa

#663dfa

Complementary Color

#663dfa #d1fa3d

#663dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#663dfa Color CSS Codes

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

#663dfa Text Font Color

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

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


#663dfa Background Color

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

This div background color is #663dfa


#663dfa Border Color

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

This div border color is #663dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.