Color Hex Logo

#663dba Color Hex

#663DBA
(102,61,186)
0 Favorites   0 Comments

Color spaces of #663dba

RGB 10261186
HSL0.720.510.48
HSV260°67°73°
CMYK 0.450.670.00   0.27
XYZ16.01129.707447.4842
Yxy9.70740.21870.1326
Hunter Lab31.156737.2056-68.5509
CIE-Lab37.312146.3481-59.7503

#663dba color RGB value is (102,61,186).

#663dba hex color red value is 102, green value is 61 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #663dba hue: 0.72 , saturation: 0.51 and the lightness value of 663dba is 0.48.

The process color (four color CMYK) of #663dba color hex is 0.45, 0.67, 0.00, 0.27. Web safe color of #663dba is #6633cc. Color #663dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111101 10111010
Octal 146 75 272
Decimal 102 61 186
Hex 66 3D BA

RGB Percentages of Color #663dba

%29.23
%17.48
%53.30

CMYK Percentages of Color #663dba

%45
%67
%0
%27

Triadic Colors of #663dba

#663dba #ba663d #3dba66

Analogous Colors of #663dba

#663dba #a53dba #3d53ba

Monochromatic Colors of #663dba

#663dba

Complementary Color

#663dba #91ba3d

#663dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#663dba Color CSS Codes

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

#663dba Text Font Color

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

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


#663dba Background Color

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

This div background color is #663dba


#663dba Border Color

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

This div border color is #663dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663dba


Comments

No comments written yet.

Please login to write comment.