Color Hex Logo

#665092 Color Hex

#665092
(102,80,146)
0 Favorites   0 Comments

Color spaces of #665092

RGB 10280146
HSL0.720.290.44
HSV260°45°57°
CMYK 0.300.450.00   0.43
XYZ13.536510.637428.5339
Yxy10.63740.25680.2018
Hunter Lab32.615017.0081-29.0405
CIE-Lab38.962924.2023-33.2227

#665092 color RGB value is (102,80,146).

#665092 hex color red value is 102, green value is 80 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #665092 hue: 0.72 , saturation: 0.29 and the lightness value of 665092 is 0.44.

The process color (four color CMYK) of #665092 color hex is 0.30, 0.45, 0.00, 0.43. Web safe color of #665092 is #666699. Color #665092 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010000 10010010
Octal 146 120 222
Decimal 102 80 146
Hex 66 50 92

RGB Percentages of Color #665092

%31.10
%24.39
%44.51

CMYK Percentages of Color #665092

%30
%45
%0
%43

Triadic Colors of #665092

#665092 #926650 #509266

Analogous Colors of #665092

#665092 #875092 #505b92

Monochromatic Colors of #665092

#665092

Complementary Color

#665092 #7c9250

#665092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665092 Color CSS Codes

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

#665092 Text Font Color

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

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


#665092 Background Color

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

This div background color is #665092


#665092 Border Color

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

This div border color is #665092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665092


Comments

No comments written yet.

Please login to write comment.