Color Hex Logo

#665ebb Color Hex

#665EBB
(102,94,187)
0 Favorites   0 Comments

Color spaces of #665ebb

RGB 10294187
HSL0.680.410.55
HSV245°50°73°
CMYK 0.450.500.00   0.27
XYZ18.451814.418048.8242
Yxy14.41800.22590.1765
Hunter Lab37.971020.2917-49.6570
CIE-Lab44.826527.3311-48.2078

#665ebb color RGB value is (102,94,187).

#665ebb hex color red value is 102, green value is 94 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #665ebb hue: 0.68 , saturation: 0.41 and the lightness value of 665ebb is 0.55.

The process color (four color CMYK) of #665ebb color hex is 0.45, 0.50, 0.00, 0.27. Web safe color of #665ebb is #6666cc. Color #665ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011110 10111011
Octal 146 136 273
Decimal 102 94 187
Hex 66 5E BB

RGB Percentages of Color #665ebb

%26.63
%24.54
%48.83

CMYK Percentages of Color #665ebb

%45
%50
%0
%27

Triadic Colors of #665ebb

#665ebb #bb665e #5ebb66

Analogous Colors of #665ebb

#665ebb #955ebb #5e85bb

Monochromatic Colors of #665ebb

#665ebb

Complementary Color

#665ebb #b3bb5e

#665ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#665ebb Color CSS Codes

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

#665ebb Text Font Color

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

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


#665ebb Background Color

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

This div background color is #665ebb


#665ebb Border Color

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

This div border color is #665ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,94,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #665ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #665ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #665ebb;
  box-shadow:         1px 1px 3px 2px #665ebb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665ebb


Comments

No comments written yet.

Please login to write comment.