Color Hex Logo

#663aed Color Hex

#663AED
(102,58,237)
0 Favorites   0 Comments

Color spaces of #663aed

RGB 10258237
HSL0.710.830.58
HSV255°76°93°
CMYK 0.570.760.00   0.07
XYZ22.278611.965381.2561
Yxy11.96530.19290.1036
Hunter Lab34.590954.4306-115.0622
CIE-Lab41.160961.9023-82.8570

#663aed color RGB value is (102,58,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111010 11101101
Octal 146 72 355
Decimal 102 58 237
Hex 66 3A ED

RGB Percentages of Color #663aed

%25.69
%14.61
%59.70

CMYK Percentages of Color #663aed

%57
%76
%0
%7

Triadic Colors of #663aed

#663aed #ed663a #3aed66

Analogous Colors of #663aed

#663aed #c03aed #3a68ed

Monochromatic Colors of #663aed

#663aed

Complementary Color

#663aed #c1ed3a

#663aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#663aed Color CSS Codes

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

#663aed Text Font Color

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

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


#663aed Background Color

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

This div background color is #663aed


#663aed Border Color

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

This div border color is #663aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663aed


Comments

No comments written yet.

Please login to write comment.