Color Hex Logo

#663262 Color Hex

#663262
(102,50,98)
0 Favorites   0 Comments

Color spaces of #663262

RGB 1025098
HSL0.850.340.30
HSV305°51°40°
CMYK 0.000.510.04   0.60
XYZ8.82475.987812.2459
Yxy5.98780.32610.2213
Hunter Lab24.470021.5506-12.5424
CIE-Lab29.381730.7967-18.2957

#663262 color RGB value is (102,50,98).

#663262 hex color red value is 102, green value is 50 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #663262 hue: 0.85 , saturation: 0.34 and the lightness value of 663262 is 0.30.

The process color (four color CMYK) of #663262 color hex is 0.00, 0.51, 0.04, 0.60. Web safe color of #663262 is #663366. Color #663262 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110010 01100010
Octal 146 62 142
Decimal 102 50 98
Hex 66 32 62

RGB Percentages of Color #663262

%40.80
%20.00
%39.20

CMYK Percentages of Color #663262

%0
%51
%4
%60

Triadic Colors of #663262

#663262 #626632 #326266

Analogous Colors of #663262

#663262 #663248 #503266

Monochromatic Colors of #663262

#663262

Complementary Color

#663262 #326636

#663262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#663262 Color CSS Codes

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

#663262 Text Font Color

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

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


#663262 Background Color

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

This div background color is #663262


#663262 Border Color

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

This div border color is #663262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663262


Comments

No comments written yet.

Please login to write comment.