Color Hex Logo

#663ec3 Color Hex

#663EC3
(102,62,195)
0 Favorites   0 Comments

Color spaces of #663ec3

RGB 10262195
HSL0.720.530.50
HSV258°68°76°
CMYK 0.480.680.00   0.24
XYZ17.052410.210252.7018
Yxy10.21020.21320.1277
Hunter Lab31.953439.3407-75.4216
CIE-Lab38.217148.3078-63.5532

#663ec3 color RGB value is (102,62,195).

#663ec3 hex color red value is 102, green value is 62 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #663ec3 hue: 0.72 , saturation: 0.53 and the lightness value of 663ec3 is 0.50.

The process color (four color CMYK) of #663ec3 color hex is 0.48, 0.68, 0.00, 0.24. Web safe color of #663ec3 is #6633cc. Color #663ec3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111110 11000011
Octal 146 76 303
Decimal 102 62 195
Hex 66 3E C3

RGB Percentages of Color #663ec3

%28.41
%17.27
%54.32

CMYK Percentages of Color #663ec3

%48
%68
%0
%24

Triadic Colors of #663ec3

#663ec3 #c3663e #3ec366

Analogous Colors of #663ec3

#663ec3 #a93ec3 #3e59c3

Monochromatic Colors of #663ec3

#663ec3

Complementary Color

#663ec3 #9bc33e

#663ec3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663ec3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#663ec3 Color CSS Codes

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

#663ec3 Text Font Color

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

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


#663ec3 Background Color

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

This div background color is #663ec3


#663ec3 Border Color

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

This div border color is #663ec3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663ec3


Comments

No comments written yet.

Please login to write comment.