Color Hex Logo

#661adb Color Hex

#661ADB
(102,26,219)
0 Favorites   0 Comments

Color spaces of #661adb

RGB 10226219
HSL0.730.790.48
HSV264°88°86°
CMYK 0.530.880.00   0.14
XYZ18.63518.678067.7107
Yxy8.67800.19610.0913
Hunter Lab29.458461.3649-115.6581
CIE-Lab35.356869.1044-82.1652

#661adb color RGB value is (102,26,219).

#661adb hex color red value is 102, green value is 26 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #661adb hue: 0.73 , saturation: 0.79 and the lightness value of 661adb is 0.48.

The process color (four color CMYK) of #661adb color hex is 0.53, 0.88, 0.00, 0.14. Web safe color of #661adb is #6633cc. Color #661adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00011010 11011011
Octal 146 32 333
Decimal 102 26 219
Hex 66 1A DB

RGB Percentages of Color #661adb

%29.39
%7.49
%63.11

CMYK Percentages of Color #661adb

%53
%88
%0
%14

Triadic Colors of #661adb

#661adb #db661a #1adb66

Analogous Colors of #661adb

#661adb #c71adb #1a2fdb

Monochromatic Colors of #661adb

#661adb

Complementary Color

#661adb #8fdb1a

#661adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#661adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#661adb Color CSS Codes

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

#661adb Text Font Color

<p style="color:#661adb">Text here</p>

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


#661adb Background Color

<div style="background-color:#661adb">
Div content here</div>

This div background color is #661adb


#661adb Border Color

<div style="border:3px solid #661adb">
Div here</div>

This div border color is #661adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,26,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #661adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #661adb;
  -webkit-box-shadow: 1px 1px 3px 2px #661adb;
  box-shadow:         1px 1px 3px 2px #661adb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #661adb


Comments

No comments written yet.

Please login to write comment.