Color Hex Logo

#665dc2 Color Hex

#665DC2
(102,93,194)
0 Favorites   0 Comments

Color spaces of #665dc2

RGB 10293194
HSL0.680.450.56
HSV245°52°76°
CMYK 0.470.520.00   0.24
XYZ19.131414.548552.8387
Yxy14.54850.22110.1682
Hunter Lab38.142522.7821-55.4345
CIE-Lab45.009530.0540-51.9780

#665dc2 color RGB value is (102,93,194).

#665dc2 hex color red value is 102, green value is 93 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #665dc2 hue: 0.68 , saturation: 0.45 and the lightness value of 665dc2 is 0.56.

The process color (four color CMYK) of #665dc2 color hex is 0.47, 0.52, 0.00, 0.24. Web safe color of #665dc2 is #6666cc. Color #665dc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011101 11000010
Octal 146 135 302
Decimal 102 93 194
Hex 66 5D C2

RGB Percentages of Color #665dc2

%26.22
%23.91
%49.87

CMYK Percentages of Color #665dc2

%47
%52
%0
%24

Triadic Colors of #665dc2

#665dc2 #c2665d #5dc266

Analogous Colors of #665dc2

#665dc2 #995dc2 #5d87c2

Monochromatic Colors of #665dc2

#665dc2

Complementary Color

#665dc2 #b9c25d

#665dc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665dc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665dc2 Color CSS Codes

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

#665dc2 Text Font Color

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

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


#665dc2 Background Color

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

This div background color is #665dc2


#665dc2 Border Color

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

This div border color is #665dc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665dc2


Comments

No comments written yet.

Please login to write comment.