Color Hex Logo

#663aef Color Hex

#663AEF
(102,58,239)
0 Favorites   0 Comments

Color spaces of #663aef

RGB 10258239
HSL0.710.850.58
HSV255°76°94°
CMYK 0.570.760.00   0.06
XYZ22.572512.082982.8039
Yxy12.08290.19220.1029
Hunter Lab34.760555.0822-116.9041
CIE-Lab41.347662.4474-83.6798

#663aef color RGB value is (102,58,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111010 11101111
Octal 146 72 357
Decimal 102 58 239
Hex 66 3A EF

RGB Percentages of Color #663aef

%25.56
%14.54
%59.90

CMYK Percentages of Color #663aef

%57
%76
%0
%6

Triadic Colors of #663aef

#663aef #ef663a #3aef66

Analogous Colors of #663aef

#663aef #c13aef #3a69ef

Monochromatic Colors of #663aef

#663aef

Complementary Color

#663aef #c3ef3a

#663aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#663aef Color CSS Codes

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

#663aef Text Font Color

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

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


#663aef Background Color

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

This div background color is #663aef


#663aef Border Color

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

This div border color is #663aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663aef


Comments

No comments written yet.

Please login to write comment.