Color Hex Logo

#665cbd Color Hex

#665CBD
(102,92,189)
0 Favorites   0 Comments

Color spaces of #665cbd

RGB 10292189
HSL0.680.420.55
HSV246°51°74°
CMYK 0.460.510.00   0.26
XYZ18.491914.153249.9013
Yxy14.15320.22400.1715
Hunter Lab37.620721.9027-52.3096
CIE-Lab44.451829.1557-49.9713

#665cbd color RGB value is (102,92,189).

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

The process color (four color CMYK) of #665cbd color hex is 0.46, 0.51, 0.00, 0.26. Web safe color of #665cbd is #6666cc. Color #665cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011100 10111101
Octal 146 134 275
Decimal 102 92 189
Hex 66 5C BD

RGB Percentages of Color #665cbd

%26.63
%24.02
%49.35

CMYK Percentages of Color #665cbd

%46
%51
%0
%26

Triadic Colors of #665cbd

#665cbd #bd665c #5cbd66

Analogous Colors of #665cbd

#665cbd #975cbd #5c83bd

Monochromatic Colors of #665cbd

#665cbd

Complementary Color

#665cbd #b3bd5c

#665cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#665cbd Color CSS Codes

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

#665cbd Text Font Color

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

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


#665cbd Background Color

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

This div background color is #665cbd


#665cbd Border Color

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

This div border color is #665cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665cbd


Comments

No comments written yet.

Please login to write comment.