Color Hex Logo

#665acd Color Hex

#665ACD
(102,90,205)
0 Favorites   0 Comments

Color spaces of #665acd

RGB 10290205
HSL0.680.530.58
HSV246°56°80°
CMYK 0.500.560.00   0.20
XYZ20.155114.544959.5028
Yxy14.54490.21400.1544
Hunter Lab38.137827.5928-65.8082
CIE-Lab45.004535.2117-58.3342

#665acd color RGB value is (102,90,205).

#665acd hex color red value is 102, green value is 90 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #665acd hue: 0.68 , saturation: 0.53 and the lightness value of 665acd is 0.58.

The process color (four color CMYK) of #665acd color hex is 0.50, 0.56, 0.00, 0.20. Web safe color of #665acd is #6666cc. Color #665acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011010 11001101
Octal 146 132 315
Decimal 102 90 205
Hex 66 5A CD

RGB Percentages of Color #665acd

%25.69
%22.67
%51.64

CMYK Percentages of Color #665acd

%50
%56
%0
%20

Triadic Colors of #665acd

#665acd #cd665a #5acd66

Analogous Colors of #665acd

#665acd #a05acd #5a88cd

Monochromatic Colors of #665acd

#665acd

Complementary Color

#665acd #c1cd5a

#665acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#665acd Color CSS Codes

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

#665acd Text Font Color

<p style="color:#665acd">Text here</p>

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


#665acd Background Color

<div style="background-color:#665acd">
Div content here</div>

This div background color is #665acd


#665acd Border Color

<div style="border:3px solid #665acd">
Div here</div>

This div border color is #665acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,90,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #665acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #665acd;
  -webkit-box-shadow: 1px 1px 3px 2px #665acd;
  box-shadow:         1px 1px 3px 2px #665acd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665acd


Comments

No comments written yet.

Please login to write comment.