Color Hex Logo

#665588 Color Hex

#665588
(102,85,136)
2 Favorites   0 Comments

Color spaces of #665588

RGB 10285136
HSL0.720.230.43
HSV260°38°53°
CMYK 0.250.380.00   0.47
XYZ13.171911.099424.7407
Yxy11.09940.26870.2265
Hunter Lab33.315812.2701-20.7085
CIE-Lab39.747418.4554-25.9271

#665588 color RGB value is (102,85,136). This hex color code is also a web safe color which is equal to #658.

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010101 10001000
Octal 146 125 210
Decimal 102 85 136
Hex 66 55 88

RGB Percentages of Color #665588

%31.58
%26.32
%42.11

CMYK Percentages of Color #665588

%25
%38
%0
%47

Triadic Colors of #665588

#665588 #886655 #558866

Analogous Colors of #665588

#665588 #805588 #555e88

Monochromatic Colors of #665588

#665588

Complementary Color

#665588 #778855

#665588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665588 Color CSS Codes

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

#665588 Text Font Color

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

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


#665588 Background Color

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

This div background color is #665588


#665588 Border Color

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

This div border color is #665588


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,85,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 #665588">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665588


Comments

No comments written yet.

Please login to write comment.