Color Hex Logo

#660053 Color Hex

#660053
(102,0,83)
0 Favorites   0 Comments

Color spaces of #660053

RGB 102083
HSL0.861.000.20
HSV311°100°40°
CMYK 0.001.000.19   0.60
XYZ7.04083.44938.4783
Yxy3.44930.37120.1818
Hunter Lab18.572335.1683-14.0654
CIE-Lab21.760347.2299-20.3004

#660053 color RGB value is (102,0,83).

#660053 hex color red value is 102, green value is 0 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #660053 hue: 0.86 , saturation: 1.00 and the lightness value of 660053 is 0.20.

The process color (four color CMYK) of #660053 color hex is 0.00, 1.00, 0.19, 0.60. Web safe color of #660053 is #660066. Color #660053 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000000 01010011
Octal 146 0 123
Decimal 102 0 83
Hex 66 0 53

RGB Percentages of Color #660053

%55.14
%0.00
%44.86

CMYK Percentages of Color #660053

%0
%100
%19
%60

Triadic Colors of #660053

#660053 #536600 #005366

Analogous Colors of #660053

#660053 #660020 #460066

Monochromatic Colors of #660053

#660053

Complementary Color

#660053 #006613

#660053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#660053 Color CSS Codes

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

#660053 Text Font Color

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

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


#660053 Background Color

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

This div background color is #660053


#660053 Border Color

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

This div border color is #660053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660053


Comments

No comments written yet.

Please login to write comment.