Color Hex Logo

#653387 Color Hex

#653387
(101,51,135)
0 Favorites   0 Comments

Color spaces of #653387

RGB 10151135
HSL0.770.450.36
HSV276°62°53°
CMYK 0.250.620.00   0.47
XYZ10.92386.883623.6746
Yxy6.88360.26330.1659
Hunter Lab26.236628.4057-35.1347
CIE-Lab31.540438.1825-38.2982

#653387 color RGB value is (101,51,135).

#653387 hex color red value is 101, green value is 51 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #653387 hue: 0.77 , saturation: 0.45 and the lightness value of 653387 is 0.36.

The process color (four color CMYK) of #653387 color hex is 0.25, 0.62, 0.00, 0.47. Web safe color of #653387 is #663399. Color #653387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00110011 10000111
Octal 145 63 207
Decimal 101 51 135
Hex 65 33 87

RGB Percentages of Color #653387

%35.19
%17.77
%47.04

CMYK Percentages of Color #653387

%25
%62
%0
%47

Triadic Colors of #653387

#653387 #876533 #338765

Analogous Colors of #653387

#653387 #87337f #3b3387

Monochromatic Colors of #653387

#653387

Complementary Color

#653387 #558733

#653387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#653387 Color CSS Codes

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

#653387 Text Font Color

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

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


#653387 Background Color

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

This div background color is #653387


#653387 Border Color

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

This div border color is #653387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653387


Comments

No comments written yet.

Please login to write comment.