Color Hex Logo

#650271 Color Hex

#650271
(101,2,113)
0 Favorites   0 Comments

Color spaces of #650271

RGB 1012113
HSL0.820.970.23
HSV294°98°44°
CMYK 0.110.980.00   0.56
XYZ8.36924.002415.9542
Yxy4.00240.29550.1413
Hunter Lab20.006039.6622-33.2778
CIE-Lab23.679451.4111-37.0264

#650271 color RGB value is (101,2,113).

#650271 hex color red value is 101, green value is 2 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #650271 hue: 0.82 , saturation: 0.97 and the lightness value of 650271 is 0.23.

The process color (four color CMYK) of #650271 color hex is 0.11, 0.98, 0.00, 0.56. Web safe color of #650271 is #660066. Color #650271 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00000010 01110001
Octal 145 2 161
Decimal 101 2 113
Hex 65 2 71

RGB Percentages of Color #650271

%46.76
%0.93
%52.31

CMYK Percentages of Color #650271

%11
%98
%0
%56

Triadic Colors of #650271

#650271 #716502 #027165

Analogous Colors of #650271

#650271 #710245 #2e0271

Monochromatic Colors of #650271

#650271

Complementary Color

#650271 #0e7102

#650271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#650271 Color CSS Codes

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

#650271 Text Font Color

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

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


#650271 Background Color

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

This div background color is #650271


#650271 Border Color

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

This div border color is #650271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650271


Comments

No comments written yet.

Please login to write comment.