Color Hex Logo

#664bbe Color Hex

#664BBE
(102,75,190)
0 Favorites   0 Comments

Color spaces of #664bbe

RGB 10275190
HSL0.710.470.52
HSV254°61°75°
CMYK 0.460.610.00   0.25
XYZ17.289811.574650.0381
Yxy11.57460.21910.1467
Hunter Lab34.021531.1766-63.3875
CIE-Lab40.531939.6329-56.8707

#664bbe color RGB value is (102,75,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001011 10111110
Octal 146 113 276
Decimal 102 75 190
Hex 66 4B BE

RGB Percentages of Color #664bbe

%27.79
%20.44
%51.77

CMYK Percentages of Color #664bbe

%46
%61
%0
%25

Triadic Colors of #664bbe

#664bbe #be664b #4bbe66

Analogous Colors of #664bbe

#664bbe #a04bbe #4b6abe

Monochromatic Colors of #664bbe

#664bbe

Complementary Color

#664bbe #a3be4b

#664bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#664bbe Color CSS Codes

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

#664bbe Text Font Color

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

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


#664bbe Background Color

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

This div background color is #664bbe


#664bbe Border Color

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

This div border color is #664bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664bbe


Comments

No comments written yet.

Please login to write comment.