Color Hex Logo

#651273 Color Hex

#651273
(101,18,115)
0 Favorites   0 Comments

Color spaces of #651273

RGB 10118115
HSL0.810.730.26
HSV291°84°45°
CMYK 0.120.840.00   0.55
XYZ8.67764.437116.6187
Yxy4.43710.29180.1492
Hunter Lab21.064436.6713-32.0315
CIE-Lab25.066848.1301-36.0782

#651273 color RGB value is (101,18,115).

#651273 hex color red value is 101, green value is 18 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #651273 hue: 0.81 , saturation: 0.73 and the lightness value of 651273 is 0.26.

The process color (four color CMYK) of #651273 color hex is 0.12, 0.84, 0.00, 0.55. Web safe color of #651273 is #660066. Color #651273 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00010010 01110011
Octal 145 22 163
Decimal 101 18 115
Hex 65 12 73

RGB Percentages of Color #651273

%43.16
%7.69
%49.15

CMYK Percentages of Color #651273

%12
%84
%0
%55

Triadic Colors of #651273

#651273 #736512 #127365

Analogous Colors of #651273

#651273 #731251 #341273

Monochromatic Colors of #651273

#651273

Complementary Color

#651273 #207312

#651273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#651273 Color CSS Codes

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

#651273 Text Font Color

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

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


#651273 Background Color

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

This div background color is #651273


#651273 Border Color

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

This div border color is #651273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651273


Comments

No comments written yet.

Please login to write comment.