Color Hex Logo

#662692 Color Hex

#662692
(102,38,146)
0 Favorites   0 Comments

Color spaces of #662692

RGB 10238146
HSL0.770.590.36
HSV276°74°57°
CMYK 0.300.740.00   0.43
XYZ11.36096.286327.8087
Yxy6.28630.24990.1383
Hunter Lab25.072537.0054-48.2097
CIE-Lab30.123647.4898-47.3693

#662692 color RGB value is (102,38,146).

#662692 hex color red value is 102, green value is 38 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #662692 hue: 0.77 , saturation: 0.59 and the lightness value of 662692 is 0.36.

The process color (four color CMYK) of #662692 color hex is 0.30, 0.74, 0.00, 0.43. Web safe color of #662692 is #663399. Color #662692 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00100110 10010010
Octal 146 46 222
Decimal 102 38 146
Hex 66 26 92

RGB Percentages of Color #662692

%35.66
%13.29
%51.05

CMYK Percentages of Color #662692

%30
%74
%0
%43

Triadic Colors of #662692

#662692 #926626 #269266

Analogous Colors of #662692

#662692 #922688 #302692

Monochromatic Colors of #662692

#662692

Complementary Color

#662692 #529226

#662692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#662692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#662692 Color CSS Codes

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

#662692 Text Font Color

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

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


#662692 Background Color

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

This div background color is #662692


#662692 Border Color

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

This div border color is #662692


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,38,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #662692; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #662692;
  -webkit-box-shadow: 1px 1px 3px 2px #662692;
  box-shadow:         1px 1px 3px 2px #662692; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #662692


Comments

No comments written yet.

Please login to write comment.