Color Hex Logo

#661498 Color Hex

#661498
(102,20,152)
0 Favorites   0 Comments

Color spaces of #661498

RGB 10220152
HSL0.770.770.34
HSV277°87°60°
CMYK 0.330.870.00   0.40
XYZ11.39715.592130.1844
Yxy5.59210.24160.1185
Hunter Lab23.647644.6457-59.1259
CIE-Lab28.359155.3565-53.9267

#661498 color RGB value is (102,20,152).

#661498 hex color red value is 102, green value is 20 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #661498 hue: 0.77 , saturation: 0.77 and the lightness value of 661498 is 0.34.

The process color (four color CMYK) of #661498 color hex is 0.33, 0.87, 0.00, 0.40. Web safe color of #661498 is #660099. Color #661498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00010100 10011000
Octal 146 24 230
Decimal 102 20 152
Hex 66 14 98

RGB Percentages of Color #661498

%37.23
%7.30
%55.47

CMYK Percentages of Color #661498

%33
%87
%0
%40

Triadic Colors of #661498

#661498 #986614 #149866

Analogous Colors of #661498

#661498 #981488 #241498

Monochromatic Colors of #661498

#661498

Complementary Color

#661498 #469814

#661498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#661498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#661498 Color CSS Codes

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

#661498 Text Font Color

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

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


#661498 Background Color

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

This div background color is #661498


#661498 Border Color

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

This div border color is #661498


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,20,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #661498; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #661498;
  -webkit-box-shadow: 1px 1px 3px 2px #661498;
  box-shadow:         1px 1px 3px 2px #661498; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #661498


Comments

No comments written yet.

Please login to write comment.