Color Hex Logo

#664dbf Color Hex

#664DBF
(102,77,191)
0 Favorites   0 Comments

Color spaces of #664dbf

RGB 10277191
HSL0.700.470.53
HSV253°60°75°
CMYK 0.470.600.00   0.25
XYZ17.537311.894150.6617
Yxy11.89410.21900.1485
Hunter Lab34.487830.4148-62.9540
CIE-Lab41.047338.7566-56.6205

#664dbf color RGB value is (102,77,191).

#664dbf hex color red value is 102, green value is 77 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #664dbf hue: 0.70 , saturation: 0.47 and the lightness value of 664dbf is 0.53.

The process color (four color CMYK) of #664dbf color hex is 0.47, 0.60, 0.00, 0.25. Web safe color of #664dbf is #6666cc. Color #664dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001101 10111111
Octal 146 115 277
Decimal 102 77 191
Hex 66 4D BF

RGB Percentages of Color #664dbf

%27.57
%20.81
%51.62

CMYK Percentages of Color #664dbf

%47
%60
%0
%25

Triadic Colors of #664dbf

#664dbf #bf664d #4dbf66

Analogous Colors of #664dbf

#664dbf #9f4dbf #4d6dbf

Monochromatic Colors of #664dbf

#664dbf

Complementary Color

#664dbf #a6bf4d

#664dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#664dbf Color CSS Codes

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

#664dbf Text Font Color

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

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


#664dbf Background Color

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

This div background color is #664dbf


#664dbf Border Color

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

This div border color is #664dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664dbf


Comments

No comments written yet.

Please login to write comment.