Color Hex Logo

#660ebe Color Hex

#660EBE
(102,14,190)
0 Favorites   0 Comments

Color spaces of #660ebe

RGB 10214190
HSL0.750.860.40
HSV270°93°75°
CMYK 0.460.930.00   0.25
XYZ14.93086.856649.2517
Yxy6.85660.21020.0965
Hunter Lab26.185155.9571-93.1893
CIE-Lab31.478265.1378-71.6677

#660ebe color RGB value is (102,14,190).

#660ebe hex color red value is 102, green value is 14 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #660ebe hue: 0.75 , saturation: 0.86 and the lightness value of 660ebe is 0.40.

The process color (four color CMYK) of #660ebe color hex is 0.46, 0.93, 0.00, 0.25. Web safe color of #660ebe is #6600cc. Color #660ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00001110 10111110
Octal 146 16 276
Decimal 102 14 190
Hex 66 E BE

RGB Percentages of Color #660ebe

%33.33
%4.58
%62.09

CMYK Percentages of Color #660ebe

%46
%93
%0
%25

Triadic Colors of #660ebe

#660ebe #be660e #0ebe66

Analogous Colors of #660ebe

#660ebe #be0ebe #0e0ebe

Monochromatic Colors of #660ebe

#660ebe

Complementary Color

#660ebe #66be0e

#660ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#660ebe Color CSS Codes

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

#660ebe Text Font Color

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

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


#660ebe Background Color

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

This div background color is #660ebe


#660ebe Border Color

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

This div border color is #660ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660ebe


Comments

No comments written yet.

Please login to write comment.