Color Hex Logo

#665488 Color Hex

#665488
(102,84,136)
0 Favorites   0 Comments

Color spaces of #665488

RGB 10284136
HSL0.720.240.43
HSV261°38°53°
CMYK 0.250.380.00   0.47
XYZ13.093710.943024.7146
Yxy10.94300.26860.2245
Hunter Lab33.080212.7629-21.1401
CIE-Lab39.484319.0763-26.3378

#665488 color RGB value is (102,84,136).

#665488 hex color red value is 102, green value is 84 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #665488 hue: 0.72 , saturation: 0.24 and the lightness value of 665488 is 0.43.

The process color (four color CMYK) of #665488 color hex is 0.25, 0.38, 0.00, 0.47. Web safe color of #665488 is #666699. Color #665488 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010100 10001000
Octal 146 124 210
Decimal 102 84 136
Hex 66 54 88

RGB Percentages of Color #665488

%31.68
%26.09
%42.24

CMYK Percentages of Color #665488

%25
%38
%0
%47

Triadic Colors of #665488

#665488 #886654 #548866

Analogous Colors of #665488

#665488 #805488 #545c88

Monochromatic Colors of #665488

#665488

Complementary Color

#665488 #768854

#665488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665488 Color CSS Codes

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

#665488 Text Font Color

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

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


#665488 Background Color

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

This div background color is #665488


#665488 Border Color

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

This div border color is #665488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665488


Comments

No comments written yet.

Please login to write comment.