Color Hex Logo

#662ecc Color Hex

#662ECC
(102,46,204)
0 Favorites   0 Comments

Color spaces of #662ecc

RGB 10246204
HSL0.730.630.49
HSV261°77°80°
CMYK 0.500.770.00   0.20
XYZ17.35569.138457.9759
Yxy9.13840.20550.1082
Hunter Lab30.229849.5787-92.5479
CIE-Lab36.249458.4507-72.0183

#662ecc color RGB value is (102,46,204).

#662ecc hex color red value is 102, green value is 46 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #662ecc hue: 0.73 , saturation: 0.63 and the lightness value of 662ecc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00101110 11001100
Octal 146 56 314
Decimal 102 46 204
Hex 66 2E CC

RGB Percentages of Color #662ecc

%28.98
%13.07
%57.95

CMYK Percentages of Color #662ecc

%50
%77
%0
%20

Triadic Colors of #662ecc

#662ecc #cc662e #2ecc66

Analogous Colors of #662ecc

#662ecc #b52ecc #2e45cc

Monochromatic Colors of #662ecc

#662ecc

Complementary Color

#662ecc #94cc2e

#662ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#662ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#662ecc Color CSS Codes

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

#662ecc Text Font Color

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

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


#662ecc Background Color

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

This div background color is #662ecc


#662ecc Border Color

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

This div border color is #662ecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,46,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 #662ecc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #662ecc


Comments

No comments written yet.

Please login to write comment.