Color Hex Logo

#664aeb Color Hex

#664AEB
(102,74,235)
0 Favorites   0 Comments

Color spaces of #664aeb

RGB 10274235
HSL0.700.800.61
HSV250°69°92°
CMYK 0.570.690.00   0.08
XYZ22.923713.720580.0374
Yxy13.72050.19650.1176
Hunter Lab37.041245.6463-102.1831
CIE-Lab43.829453.3475-77.3447

#664aeb color RGB value is (102,74,235).

#664aeb hex color red value is 102, green value is 74 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #664aeb hue: 0.70 , saturation: 0.80 and the lightness value of 664aeb is 0.61.

The process color (four color CMYK) of #664aeb color hex is 0.57, 0.69, 0.00, 0.08. Web safe color of #664aeb is #6633ff. Color #664aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001010 11101011
Octal 146 112 353
Decimal 102 74 235
Hex 66 4A EB

RGB Percentages of Color #664aeb

%24.82
%18.00
%57.18

CMYK Percentages of Color #664aeb

%57
%69
%0
%8

Triadic Colors of #664aeb

#664aeb #eb664a #4aeb66

Analogous Colors of #664aeb

#664aeb #b74aeb #4a7feb

Monochromatic Colors of #664aeb

#664aeb

Complementary Color

#664aeb #cfeb4a

#664aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#664aeb Color CSS Codes

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

#664aeb Text Font Color

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

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


#664aeb Background Color

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

This div background color is #664aeb


#664aeb Border Color

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

This div border color is #664aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664aeb


Comments

No comments written yet.

Please login to write comment.