Color Hex Logo

#664bd3 Color Hex

#664BD3
(102,75,211)
0 Favorites   0 Comments

Color spaces of #664bd3

RGB 10275211
HSL0.700.610.56
HSV252°64°83°
CMYK 0.520.640.00   0.17
XYZ19.753412.560163.0112
Yxy12.56010.20720.1318
Hunter Lab35.440237.4705-80.6069
CIE-Lab42.092845.7678-66.5068

#664bd3 color RGB value is (102,75,211).

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

The process color (four color CMYK) of #664bd3 color hex is 0.52, 0.64, 0.00, 0.17. Web safe color of #664bd3 is #6633cc. Color #664bd3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001011 11010011
Octal 146 113 323
Decimal 102 75 211
Hex 66 4B D3

RGB Percentages of Color #664bd3

%26.29
%19.33
%54.38

CMYK Percentages of Color #664bd3

%52
%64
%0
%17

Triadic Colors of #664bd3

#664bd3 #d3664b #4bd366

Analogous Colors of #664bd3

#664bd3 #aa4bd3 #4b74d3

Monochromatic Colors of #664bd3

#664bd3

Complementary Color

#664bd3 #b8d34b

#664bd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664bd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664bd3 Color CSS Codes

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

#664bd3 Text Font Color

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

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


#664bd3 Background Color

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

This div background color is #664bd3


#664bd3 Border Color

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

This div border color is #664bd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664bd3


Comments

No comments written yet.

Please login to write comment.