Color Hex Logo

#655083 Color Hex

#655083
(101,80,131)
0 Favorites   0 Comments

Color spaces of #655083

RGB 10180131
HSL0.740.240.41
HSV265°39°51°
CMYK 0.230.390.00   0.49
XYZ12.332210.142722.7805
Yxy10.14270.27250.2241
Hunter Lab31.847613.3864-20.1166
CIE-Lab38.097319.9482-25.4598

#655083 color RGB value is (101,80,131).

#655083 hex color red value is 101, green value is 80 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #655083 hue: 0.74 , saturation: 0.24 and the lightness value of 655083 is 0.41.

The process color (four color CMYK) of #655083 color hex is 0.23, 0.39, 0.00, 0.49. Web safe color of #655083 is #666699. Color #655083 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010000 10000011
Octal 145 120 203
Decimal 101 80 131
Hex 65 50 83

RGB Percentages of Color #655083

%32.37
%25.64
%41.99

CMYK Percentages of Color #655083

%23
%39
%0
%49

Triadic Colors of #655083

#655083 #836550 #508365

Analogous Colors of #655083

#655083 #7f5083 #505583

Monochromatic Colors of #655083

#655083

Complementary Color

#655083 #6e8350

#655083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655083 Color CSS Codes

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

#655083 Text Font Color

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

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


#655083 Background Color

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

This div background color is #655083


#655083 Border Color

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

This div border color is #655083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655083


Comments

No comments written yet.

Please login to write comment.