Color Hex Logo

#663eba Color Hex

#663EBA
(102,62,186)
0 Favorites   0 Comments

Color spaces of #663eba

RGB 10262186
HSL0.720.500.49
HSV259°67°73°
CMYK 0.450.670.00   0.27
XYZ16.06509.815247.5022
Yxy9.81520.21890.1338
Hunter Lab31.329236.7051-67.9666
CIE-Lab37.508745.8096-59.4305

#663eba color RGB value is (102,62,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111110 10111010
Octal 146 76 272
Decimal 102 62 186
Hex 66 3E BA

RGB Percentages of Color #663eba

%29.14
%17.71
%53.14

CMYK Percentages of Color #663eba

%45
%67
%0
%27

Triadic Colors of #663eba

#663eba #ba663e #3eba66

Analogous Colors of #663eba

#663eba #a43eba #3e54ba

Monochromatic Colors of #663eba

#663eba

Complementary Color

#663eba #92ba3e

#663eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#663eba Color CSS Codes

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

#663eba Text Font Color

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

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


#663eba Background Color

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

This div background color is #663eba


#663eba Border Color

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

This div border color is #663eba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,62,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 #663eba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663eba


Comments

No comments written yet.

Please login to write comment.