Color Hex Logo

#664088 Color Hex

#664088
(102,64,136)
0 Favorites   0 Comments

Color spaces of #664088

RGB 10264136
HSL0.750.360.39
HSV272°53°53°
CMYK 0.250.530.00   0.47
XYZ11.75688.269124.2690
Yxy8.26910.26540.1867
Hunter Lab28.756022.6560-29.9093
CIE-Lab34.537131.2941-34.1297

#664088 color RGB value is (102,64,136).

#664088 hex color red value is 102, green value is 64 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #664088 hue: 0.75 , saturation: 0.36 and the lightness value of 664088 is 0.39.

The process color (four color CMYK) of #664088 color hex is 0.25, 0.53, 0.00, 0.47. Web safe color of #664088 is #663399. Color #664088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000000 10001000
Octal 146 100 210
Decimal 102 64 136
Hex 66 40 88

RGB Percentages of Color #664088

%33.77
%21.19
%45.03

CMYK Percentages of Color #664088

%25
%53
%0
%47

Triadic Colors of #664088

#664088 #886640 #408866

Analogous Colors of #664088

#664088 #884086 #424088

Monochromatic Colors of #664088

#664088

Complementary Color

#664088 #628840

#664088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664088 Color CSS Codes

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

#664088 Text Font Color

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

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


#664088 Background Color

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

This div background color is #664088


#664088 Border Color

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

This div border color is #664088


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,64,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #664088; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #664088;
  -webkit-box-shadow: 1px 1px 3px 2px #664088;
  box-shadow:         1px 1px 3px 2px #664088; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664088


Comments

No comments written yet.

Please login to write comment.