Color Hex Logo

#664bec Color Hex

#664BEC
(102,75,236)
0 Favorites   0 Comments

Color spaces of #664bec

RGB 10275236
HSL0.690.810.61
HSV250°68°93°
CMYK 0.570.680.00   0.07
XYZ23.135913.913180.8230
Yxy13.91310.19630.1180
Hunter Lab37.300345.4411-102.3606
CIE-Lab44.108053.1038-77.4529

#664bec color RGB value is (102,75,236).

#664bec hex color red value is 102, green value is 75 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #664bec hue: 0.69 , saturation: 0.81 and the lightness value of 664bec is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001011 11101100
Octal 146 113 354
Decimal 102 75 236
Hex 66 4B EC

RGB Percentages of Color #664bec

%24.70
%18.16
%57.14

CMYK Percentages of Color #664bec

%57
%68
%0
%7

Triadic Colors of #664bec

#664bec #ec664b #4bec66

Analogous Colors of #664bec

#664bec #b74bec #4b81ec

Monochromatic Colors of #664bec

#664bec

Complementary Color

#664bec #d1ec4b

#664bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#664bec Color CSS Codes

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

#664bec Text Font Color

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

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


#664bec Background Color

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

This div background color is #664bec


#664bec Border Color

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

This div border color is #664bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664bec


Comments

No comments written yet.

Please login to write comment.