Color Hex Logo

#665bbb Color Hex

#665BBB
(102,91,187)
0 Favorites   0 Comments

Color spaces of #665bbb

RGB 10291187
HSL0.690.410.55
HSV247°51°73°
CMYK 0.450.510.00   0.27
XYZ18.190213.894848.7369
Yxy13.89480.22510.1719
Hunter Lab37.275721.8738-51.4269
CIE-Lab44.081729.1669-49.4007

#665bbb color RGB value is (102,91,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011011 10111011
Octal 146 133 273
Decimal 102 91 187
Hex 66 5B BB

RGB Percentages of Color #665bbb

%26.84
%23.95
%49.21

CMYK Percentages of Color #665bbb

%45
%51
%0
%27

Triadic Colors of #665bbb

#665bbb #bb665b #5bbb66

Analogous Colors of #665bbb

#665bbb #965bbb #5b80bb

Monochromatic Colors of #665bbb

#665bbb

Complementary Color

#665bbb #b0bb5b

#665bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#665bbb Color CSS Codes

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

#665bbb Text Font Color

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

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


#665bbb Background Color

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

This div background color is #665bbb


#665bbb Border Color

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

This div border color is #665bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665bbb


Comments

No comments written yet.

Please login to write comment.