Color Hex Logo

#660350 Color Hex

#660350
(102,3,80)
0 Favorites   0 Comments

Color spaces of #660350

RGB 102380
HSL0.870.940.21
HSV313°97°40°
CMYK 0.000.970.22   0.60
XYZ6.96003.46917.8922
Yxy3.46910.37990.1893
Hunter Lab18.625534.1074-12.0851
CIE-Lab21.832446.1127-18.1609

#660350 color RGB value is (102,3,80).

#660350 hex color red value is 102, green value is 3 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #660350 hue: 0.87 , saturation: 0.94 and the lightness value of 660350 is 0.21.

The process color (four color CMYK) of #660350 color hex is 0.00, 0.97, 0.22, 0.60. Web safe color of #660350 is #660066. Color #660350 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000011 01010000
Octal 146 3 120
Decimal 102 3 80
Hex 66 3 50

RGB Percentages of Color #660350

%55.14
%1.62
%43.24

CMYK Percentages of Color #660350

%0
%97
%22
%60

Triadic Colors of #660350

#660350 #506603 #035066

Analogous Colors of #660350

#660350 #66031f #4a0366

Monochromatic Colors of #660350

#660350

Complementary Color

#660350 #036619

#660350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#660350 Color CSS Codes

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

#660350 Text Font Color

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

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


#660350 Background Color

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

This div background color is #660350


#660350 Border Color

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

This div border color is #660350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660350


Comments

No comments written yet.

Please login to write comment.