Color Hex Logo

#664bbc Color Hex

#664BBC
(102,75,188)
0 Favorites   0 Comments

Color spaces of #664bbc

RGB 10275188
HSL0.710.460.52
HSV254°60°74°
CMYK 0.460.600.00   0.26
XYZ17.072711.487848.8945
Yxy11.48780.22040.1483
Hunter Lab33.893730.5990-61.8053
CIE-Lab40.390239.0528-55.9301

#664bbc color RGB value is (102,75,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001011 10111100
Octal 146 113 274
Decimal 102 75 188
Hex 66 4B BC

RGB Percentages of Color #664bbc

%27.95
%20.55
%51.51

CMYK Percentages of Color #664bbc

%46
%60
%0
%26

Triadic Colors of #664bbc

#664bbc #bc664b #4bbc66

Analogous Colors of #664bbc

#664bbc #9f4bbc #4b69bc

Monochromatic Colors of #664bbc

#664bbc

Complementary Color

#664bbc #a1bc4b

#664bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#664bbc Color CSS Codes

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

#664bbc Text Font Color

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

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


#664bbc Background Color

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

This div background color is #664bbc


#664bbc Border Color

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

This div border color is #664bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664bbc


Comments

No comments written yet.

Please login to write comment.