Color Hex Logo

#650072 Color Hex

#650072
(101,0,114)
0 Favorites   0 Comments

Color spaces of #650072

RGB 1010114
HSL0.811.000.22
HSV293°100°45°
CMYK 0.111.000.00   0.55
XYZ8.40413.981616.2452
Yxy3.98160.29350.1391
Hunter Lab19.953940.2603-34.3023
CIE-Lab23.610552.0167-37.7823

#650072 color RGB value is (101,0,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00000000 01110010
Octal 145 0 162
Decimal 101 0 114
Hex 65 0 72

RGB Percentages of Color #650072

%46.98
%0.00
%53.02

CMYK Percentages of Color #650072

%11
%100
%0
%55

Triadic Colors of #650072

#650072 #726500 #007265

Analogous Colors of #650072

#650072 #720046 #2c0072

Monochromatic Colors of #650072

#650072

Complementary Color

#650072 #0d7200

#650072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#650072 Color CSS Codes

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

#650072 Text Font Color

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

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


#650072 Background Color

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

This div background color is #650072


#650072 Border Color

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

This div border color is #650072


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,0,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 #650072">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650072

#650072 Color Palettes


Comments

No comments written yet.

Please login to write comment.