Color Hex Logo

#650472 Color Hex

#650472
(101,4,114)
0 Favorites   0 Comments

Color spaces of #650472

RGB 1014114
HSL0.810.930.23
HSV293°96°45°
CMYK 0.110.960.00   0.55
XYZ8.44754.068416.2596
Yxy4.06840.29360.1414
Hunter Lab20.170339.4595-33.6755
CIE-Lab23.896351.1677-37.3209

#650472 color RGB value is (101,4,114).

#650472 hex color red value is 101, green value is 4 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #650472 hue: 0.81 , saturation: 0.93 and the lightness value of 650472 is 0.23.

The process color (four color CMYK) of #650472 color hex is 0.11, 0.96, 0.00, 0.55. Web safe color of #650472 is #660066. Color #650472 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00000100 01110010
Octal 145 4 162
Decimal 101 4 114
Hex 65 4 72

RGB Percentages of Color #650472

%46.12
%1.83
%52.05

CMYK Percentages of Color #650472

%11
%96
%0
%55

Triadic Colors of #650472

#650472 #726504 #047265

Analogous Colors of #650472

#650472 #720448 #2e0472

Monochromatic Colors of #650472

#650472

Complementary Color

#650472 #117204

#650472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#650472 Color CSS Codes

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

#650472 Text Font Color

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

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


#650472 Background Color

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

This div background color is #650472


#650472 Border Color

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

This div border color is #650472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650472


Comments

No comments written yet.

Please login to write comment.