Color Hex Logo

#653378 Color Hex

#653378
(101,51,120)
0 Favorites   0 Comments

Color spaces of #653378

RGB 10151120
HSL0.790.400.34
HSV283°58°47°
CMYK 0.160.580.00   0.53
XYZ9.94086.490418.4981
Yxy6.49040.28460.1858
Hunter Lab25.476325.0670-25.2166
CIE-Lab30.617434.6387-30.3943

#653378 color RGB value is (101,51,120).

#653378 hex color red value is 101, green value is 51 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #653378 hue: 0.79 , saturation: 0.40 and the lightness value of 653378 is 0.34.

The process color (four color CMYK) of #653378 color hex is 0.16, 0.58, 0.00, 0.53. Web safe color of #653378 is #663366. Color #653378 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00110011 01111000
Octal 145 63 170
Decimal 101 51 120
Hex 65 33 78

RGB Percentages of Color #653378

%37.13
%18.75
%44.12

CMYK Percentages of Color #653378

%16
%58
%0
%53

Triadic Colors of #653378

#653378 #786533 #337865

Analogous Colors of #653378

#653378 #783369 #433378

Monochromatic Colors of #653378

#653378

Complementary Color

#653378 #467833

#653378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#653378 Color CSS Codes

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

#653378 Text Font Color

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

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


#653378 Background Color

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

This div background color is #653378


#653378 Border Color

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

This div border color is #653378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653378


Comments

No comments written yet.

Please login to write comment.