Color Hex Logo

#664cbc Color Hex

#664CBC
(102,76,188)
0 Favorites   0 Comments

Color spaces of #664cbc

RGB 10276188
HSL0.710.460.52
HSV254°60°74°
CMYK 0.460.600.00   0.26
XYZ17.141011.624548.9173
Yxy11.62450.22070.1496
Hunter Lab34.094730.0745-61.1998
CIE-Lab40.613038.4682-55.5698

#664cbc color RGB value is (102,76,188).

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

The process color (four color CMYK) of #664cbc color hex is 0.46, 0.60, 0.00, 0.26. Web safe color of #664cbc is #6633cc. Color #664cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001100 10111100
Octal 146 114 274
Decimal 102 76 188
Hex 66 4C BC

RGB Percentages of Color #664cbc

%27.87
%20.77
%51.37

CMYK Percentages of Color #664cbc

%46
%60
%0
%26

Triadic Colors of #664cbc

#664cbc #bc664c #4cbc66

Analogous Colors of #664cbc

#664cbc #9e4cbc #4c6abc

Monochromatic Colors of #664cbc

#664cbc

Complementary Color

#664cbc #a2bc4c

#664cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#664cbc Color CSS Codes

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

#664cbc Text Font Color

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

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


#664cbc Background Color

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

This div background color is #664cbc


#664cbc Border Color

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

This div border color is #664cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664cbc


Comments

No comments written yet.

Please login to write comment.