Color Hex Logo

#653250 Color Hex

#653250
(101,50,80)
0 Favorites   0 Comments

Color spaces of #653250

RGB 1015080
HSL0.900.340.30
HSV325°50°40°
CMYK 0.000.500.21   0.60
XYZ7.95545.62718.2563
Yxy5.62710.36430.2577
Hunter Lab23.721518.3503-4.0309
CIE-Lab28.451527.1135-8.0118

#653250 color RGB value is (101,50,80).

#653250 hex color red value is 101, green value is 50 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #653250 hue: 0.90 , saturation: 0.34 and the lightness value of 653250 is 0.30.

The process color (four color CMYK) of #653250 color hex is 0.00, 0.50, 0.21, 0.60. Web safe color of #653250 is #663366. Color #653250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00110010 01010000
Octal 145 62 120
Decimal 101 50 80
Hex 65 32 50

RGB Percentages of Color #653250

%43.72
%21.65
%34.63

CMYK Percentages of Color #653250

%0
%50
%21
%60

Triadic Colors of #653250

#653250 #506532 #325065

Analogous Colors of #653250

#653250 #653237 #613265

Monochromatic Colors of #653250

#653250

Complementary Color

#653250 #326547

#653250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#653250 Color CSS Codes

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

#653250 Text Font Color

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

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


#653250 Background Color

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

This div background color is #653250


#653250 Border Color

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

This div border color is #653250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653250


Comments

No comments written yet.

Please login to write comment.