Color Hex Logo

#655792 Color Hex

#655792
(101,87,146)
0 Favorites   0 Comments

Color spaces of #655792

RGB 10187146
HSL0.710.250.46
HSV254°40°57°
CMYK 0.310.400.00   0.43
XYZ13.963311.658428.7085
Yxy11.65840.25700.2146
Hunter Lab34.144413.2446-25.9498
CIE-Lab40.668019.5689-30.5435

#655792 color RGB value is (101,87,146).

#655792 hex color red value is 101, green value is 87 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #655792 hue: 0.71 , saturation: 0.25 and the lightness value of 655792 is 0.46.

The process color (four color CMYK) of #655792 color hex is 0.31, 0.40, 0.00, 0.43. Web safe color of #655792 is #666699. Color #655792 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010111 10010010
Octal 145 127 222
Decimal 101 87 146
Hex 65 57 92

RGB Percentages of Color #655792

%30.24
%26.05
%43.71

CMYK Percentages of Color #655792

%31
%40
%0
%43

Triadic Colors of #655792

#655792 #926557 #579265

Analogous Colors of #655792

#655792 #835792 #576792

Monochromatic Colors of #655792

#655792

Complementary Color

#655792 #849257

#655792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655792 Color CSS Codes

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

#655792 Text Font Color

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

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


#655792 Background Color

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

This div background color is #655792


#655792 Border Color

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

This div border color is #655792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655792


Comments

No comments written yet.

Please login to write comment.