Color Hex Logo

#665ecc Color Hex

#665ECC
(102,94,204)
0 Favorites   0 Comments

Color spaces of #665ecc

RGB 10294204
HSL0.680.520.58
HSV244°54°80°
CMYK 0.500.540.00   0.20
XYZ20.381315.189858.9845
Yxy15.18980.21550.1606
Hunter Lab38.974125.1410-62.4493
CIE-Lab45.893132.4927-56.3260

#665ecc color RGB value is (102,94,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011110 11001100
Octal 146 136 314
Decimal 102 94 204
Hex 66 5E CC

RGB Percentages of Color #665ecc

%25.50
%23.50
%51.00

CMYK Percentages of Color #665ecc

%50
%54
%0
%20

Triadic Colors of #665ecc

#665ecc #cc665e #5ecc66

Analogous Colors of #665ecc

#665ecc #9d5ecc #5e8dcc

Monochromatic Colors of #665ecc

#665ecc

Complementary Color

#665ecc #c4cc5e

#665ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#665ecc Color CSS Codes

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

#665ecc Text Font Color

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

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


#665ecc Background Color

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

This div background color is #665ecc


#665ecc Border Color

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

This div border color is #665ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665ecc


Comments

No comments written yet.

Please login to write comment.