Color Hex Logo

#660bae Color Hex

#660BAE
(102,11,174)
0 Favorites   0 Comments

Color spaces of #660bae

RGB 10211174
HSL0.760.880.36
HSV273°94°68°
CMYK 0.410.940.00   0.32
XYZ13.23916.120140.5279
Yxy6.12010.22110.1022
Hunter Lab24.738852.2321-79.8135
CIE-Lab29.713562.1443-65.0507

#660bae color RGB value is (102,11,174).

#660bae hex color red value is 102, green value is 11 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #660bae hue: 0.76 , saturation: 0.88 and the lightness value of 660bae is 0.36.

The process color (four color CMYK) of #660bae color hex is 0.41, 0.94, 0.00, 0.32. Web safe color of #660bae is #660099. Color #660bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00001011 10101110
Octal 146 13 256
Decimal 102 11 174
Hex 66 B AE

RGB Percentages of Color #660bae

%35.54
%3.83
%60.63

CMYK Percentages of Color #660bae

%41
%94
%0
%32

Triadic Colors of #660bae

#660bae #ae660b #0bae66

Analogous Colors of #660bae

#660bae #ae0ba5 #140bae

Monochromatic Colors of #660bae

#660bae

Complementary Color

#660bae #53ae0b

#660bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#660bae Color CSS Codes

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

#660bae Text Font Color

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

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


#660bae Background Color

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

This div background color is #660bae


#660bae Border Color

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

This div border color is #660bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660bae


Comments

No comments written yet.

Please login to write comment.