Color Hex Logo

#651e53 Color Hex

#651E53
(101,30,83)
0 Favorites   0 Comments

Color spaces of #651e53

RGB 1013083
HSL0.880.540.26
HSV315°70°40°
CMYK 0.000.700.18   0.60
XYZ7.39244.31988.6278
Yxy4.31980.36340.2124
Hunter Lab20.784127.1158-10.0633
CIE-Lab24.701737.9901-15.7280

#651e53 color RGB value is (101,30,83).

#651e53 hex color red value is 101, green value is 30 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #651e53 hue: 0.88 , saturation: 0.54 and the lightness value of 651e53 is 0.26.

The process color (four color CMYK) of #651e53 color hex is 0.00, 0.70, 0.18, 0.60. Web safe color of #651e53 is #663366. Color #651e53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011110 01010011
Octal 145 36 123
Decimal 101 30 83
Hex 65 1E 53

RGB Percentages of Color #651e53

%47.20
%14.02
%38.79

CMYK Percentages of Color #651e53

%0
%70
%18
%60

Triadic Colors of #651e53

#651e53 #53651e #1e5365

Analogous Colors of #651e53

#651e53 #651e2f #531e65

Monochromatic Colors of #651e53

#651e53

Complementary Color

#651e53 #1e6530

#651e53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651e53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#651e53 Color CSS Codes

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

#651e53 Text Font Color

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

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


#651e53 Background Color

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

This div background color is #651e53


#651e53 Border Color

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

This div border color is #651e53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651e53


Comments

No comments written yet.

Please login to write comment.