Color Hex Logo

#660abb Color Hex

#660ABB
(102,10,187)
0 Favorites   0 Comments

Color spaces of #660abb

RGB 10210187
HSL0.750.900.39
HSV271°95°73°
CMYK 0.450.950.00   0.27
XYZ14.55776.629747.5261
Yxy6.62970.21190.0965
Hunter Lab25.748255.8622-91.4139
CIE-Lab30.948665.1545-70.7664

#660abb color RGB value is (102,10,187).

#660abb hex color red value is 102, green value is 10 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #660abb hue: 0.75 , saturation: 0.90 and the lightness value of 660abb is 0.39.

The process color (four color CMYK) of #660abb color hex is 0.45, 0.95, 0.00, 0.27. Web safe color of #660abb is #6600cc. Color #660abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00001010 10111011
Octal 146 12 273
Decimal 102 10 187
Hex 66 A BB

RGB Percentages of Color #660abb

%34.11
%3.34
%62.54

CMYK Percentages of Color #660abb

%45
%95
%0
%27

Triadic Colors of #660abb

#660abb #bb660a #0abb66

Analogous Colors of #660abb

#660abb #bb0ab8 #0e0abb

Monochromatic Colors of #660abb

#660abb

Complementary Color

#660abb #5fbb0a

#660abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#660abb Color CSS Codes

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

#660abb Text Font Color

<p style="color:#660abb">Text here</p>

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


#660abb Background Color

<div style="background-color:#660abb">
Div content here</div>

This div background color is #660abb


#660abb Border Color

<div style="border:3px solid #660abb">
Div here</div>

This div border color is #660abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,10,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #660abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #660abb;
  -webkit-box-shadow: 1px 1px 3px 2px #660abb;
  box-shadow:         1px 1px 3px 2px #660abb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660abb


Comments

No comments written yet.

Please login to write comment.