Color Hex Logo

#664ebf Color Hex

#664EBF
(102,78,191)
0 Favorites   0 Comments

Color spaces of #664ebf

RGB 10278191
HSL0.700.470.53
HSV253°59°75°
CMYK 0.470.590.00   0.25
XYZ17.607812.035150.6852
Yxy12.03510.21920.1498
Hunter Lab34.691629.8876-62.3398
CIE-Lab41.271938.1697-56.2573

#664ebf color RGB value is (102,78,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001110 10111111
Octal 146 116 277
Decimal 102 78 191
Hex 66 4E BF

RGB Percentages of Color #664ebf

%27.49
%21.02
%51.48

CMYK Percentages of Color #664ebf

%47
%59
%0
%25

Triadic Colors of #664ebf

#664ebf #bf664e #4ebf66

Analogous Colors of #664ebf

#664ebf #9f4ebf #4e6fbf

Monochromatic Colors of #664ebf

#664ebf

Complementary Color

#664ebf #a7bf4e

#664ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#664ebf Color CSS Codes

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

#664ebf Text Font Color

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

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


#664ebf Background Color

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

This div background color is #664ebf


#664ebf Border Color

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

This div border color is #664ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664ebf


Comments

No comments written yet.

Please login to write comment.