Color Hex Logo

#661251 Color Hex

#661251
(102,18,81)
0 Favorites   0 Comments

Color spaces of #661251

RGB 1021881
HSL0.880.700.24
HSV315°82°40°
CMYK 0.000.820.21   0.60
XYZ7.18103.85158.1495
Yxy3.85150.37440.2008
Hunter Lab19.625230.9701-10.8829
CIE-Lab23.174342.5195-16.7437

#661251 color RGB value is (102,18,81).

#661251 hex color red value is 102, green value is 18 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #661251 hue: 0.88 , saturation: 0.70 and the lightness value of 661251 is 0.24.

The process color (four color CMYK) of #661251 color hex is 0.00, 0.82, 0.21, 0.60. Web safe color of #661251 is #660066. Color #661251 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00010010 01010001
Octal 146 22 121
Decimal 102 18 81
Hex 66 12 51

RGB Percentages of Color #661251

%50.75
%8.96
%40.30

CMYK Percentages of Color #661251

%0
%82
%21
%60

Triadic Colors of #661251

#661251 #516612 #125166

Analogous Colors of #661251

#661251 #661227 #511266

Monochromatic Colors of #661251

#661251

Complementary Color

#661251 #126627

#661251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#661251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#661251 Color CSS Codes

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

#661251 Text Font Color

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

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


#661251 Background Color

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

This div background color is #661251


#661251 Border Color

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

This div border color is #661251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #661251


Comments

No comments written yet.

Please login to write comment.