Color Hex Logo

#663ade Color Hex

#663ADE
(102,58,222)
0 Favorites   0 Comments

Color spaces of #663ade

RGB 10258222
HSL0.710.710.55
HSV256°74°87°
CMYK 0.540.740.00   0.13
XYZ20.177411.124870.1911
Yxy11.12480.19880.1096
Hunter Lab33.353949.6142-101.4244
CIE-Lab39.789957.7982-76.5815

#663ade color RGB value is (102,58,222).

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

The process color (four color CMYK) of #663ade color hex is 0.54, 0.74, 0.00, 0.13. Web safe color of #663ade is #6633cc. Color #663ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111010 11011110
Octal 146 72 336
Decimal 102 58 222
Hex 66 3A DE

RGB Percentages of Color #663ade

%26.70
%15.18
%58.12

CMYK Percentages of Color #663ade

%54
%74
%0
%13

Triadic Colors of #663ade

#663ade #de663a #3ade66

Analogous Colors of #663ade

#663ade #b83ade #3a60de

Monochromatic Colors of #663ade

#663ade

Complementary Color

#663ade #b2de3a

#663ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#663ade Color CSS Codes

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

#663ade Text Font Color

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

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


#663ade Background Color

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

This div background color is #663ade


#663ade Border Color

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

This div border color is #663ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663ade


Comments

No comments written yet.

Please login to write comment.