Color Hex Logo

#664fba Color Hex

#664FBA
(102,79,186)
0 Favorites   0 Comments

Color spaces of #664fba

RGB 10279186
HSL0.700.440.52
HSV253°58°73°
CMYK 0.450.580.00   0.27
XYZ17.138411.961947.8600
Yxy11.96190.22270.1554
Hunter Lab34.586027.9267-57.8352
CIE-Lab41.155536.1155-53.5228

#664fba color RGB value is (102,79,186).

#664fba hex color red value is 102, green value is 79 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #664fba hue: 0.70 , saturation: 0.44 and the lightness value of 664fba is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001111 10111010
Octal 146 117 272
Decimal 102 79 186
Hex 66 4F BA

RGB Percentages of Color #664fba

%27.79
%21.53
%50.68

CMYK Percentages of Color #664fba

%45
%58
%0
%27

Triadic Colors of #664fba

#664fba #ba664f #4fba66

Analogous Colors of #664fba

#664fba #9c4fba #4f6eba

Monochromatic Colors of #664fba

#664fba

Complementary Color

#664fba #a3ba4f

#664fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#664fba Color CSS Codes

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

#664fba Text Font Color

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

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


#664fba Background Color

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

This div background color is #664fba


#664fba Border Color

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

This div border color is #664fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664fba


Comments

No comments written yet.

Please login to write comment.