Color Hex Logo

#664cbb Color Hex

#664CBB
(102,76,187)
0 Favorites   0 Comments

Color spaces of #664cbb

RGB 10276187
HSL0.710.450.52
HSV254°59°73°
CMYK 0.450.590.00   0.27
XYZ17.033611.581548.3514
Yxy11.58150.22130.1505
Hunter Lab34.031629.7881-60.4159
CIE-Lab40.543138.1782-55.0973

#664cbb color RGB value is (102,76,187).

#664cbb hex color red value is 102, green value is 76 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #664cbb hue: 0.71 , saturation: 0.45 and the lightness value of 664cbb is 0.52.

The process color (four color CMYK) of #664cbb color hex is 0.45, 0.59, 0.00, 0.27. Web safe color of #664cbb is #6633cc. Color #664cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001100 10111011
Octal 146 114 273
Decimal 102 76 187
Hex 66 4C BB

RGB Percentages of Color #664cbb

%27.95
%20.82
%51.23

CMYK Percentages of Color #664cbb

%45
%59
%0
%27

Triadic Colors of #664cbb

#664cbb #bb664c #4cbb66

Analogous Colors of #664cbb

#664cbb #9e4cbb #4c6abb

Monochromatic Colors of #664cbb

#664cbb

Complementary Color

#664cbb #a1bb4c

#664cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#664cbb Color CSS Codes

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

#664cbb Text Font Color

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

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


#664cbb Background Color

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

This div background color is #664cbb


#664cbb Border Color

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

This div border color is #664cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664cbb


Comments

No comments written yet.

Please login to write comment.