Color Hex Logo

#665873 Color Hex

#665873
(102,88,115)
0 Favorites   0 Comments

Color spaces of #665873

RGB 10288115
HSL0.750.130.40
HSV271°23°45°
CMYK 0.110.230.00   0.55
XYZ12.063711.042017.7152
Yxy11.04200.29550.2705
Hunter Lab33.22956.6513-8.3478
CIE-Lab39.651111.4003-13.2337

#665873 color RGB value is (102,88,115).

#665873 hex color red value is 102, green value is 88 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #665873 hue: 0.75 , saturation: 0.13 and the lightness value of 665873 is 0.40.

The process color (four color CMYK) of #665873 color hex is 0.11, 0.23, 0.00, 0.55. Web safe color of #665873 is #666666. Color #665873 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011000 01110011
Octal 146 130 163
Decimal 102 88 115
Hex 66 58 73

RGB Percentages of Color #665873

%33.44
%28.85
%37.70

CMYK Percentages of Color #665873

%11
%23
%0
%55

Triadic Colors of #665873

#665873 #736658 #587366

Analogous Colors of #665873

#665873 #735873 #595873

Monochromatic Colors of #665873

#665873

Complementary Color

#665873 #657358

#665873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665873 Color CSS Codes

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

#665873 Text Font Color

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

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


#665873 Background Color

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

This div background color is #665873


#665873 Border Color

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

This div border color is #665873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665873


Comments

No comments written yet.

Please login to write comment.