Color Hex Logo

#650398 Color Hex

#650398
(101,3,152)
0 Favorites   0 Comments

Color spaces of #650398

RGB 1013152
HSL0.780.960.30
HSV279°98°60°
CMYK 0.340.980.00   0.40
XYZ11.06695.098830.1066
Yxy5.09880.23920.1102
Hunter Lab22.580547.9684-63.2450
CIE-Lab27.014458.7482-56.1331

#650398 color RGB value is (101,3,152).

#650398 hex color red value is 101, green value is 3 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #650398 hue: 0.78 , saturation: 0.96 and the lightness value of 650398 is 0.30.

The process color (four color CMYK) of #650398 color hex is 0.34, 0.98, 0.00, 0.40. Web safe color of #650398 is #660099. Color #650398 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00000011 10011000
Octal 145 3 230
Decimal 101 3 152
Hex 65 3 98

RGB Percentages of Color #650398

%39.45
%1.17
%59.38

CMYK Percentages of Color #650398

%34
%98
%0
%40

Triadic Colors of #650398

#650398 #986503 #039865

Analogous Colors of #650398

#650398 #980381 #1a0398

Monochromatic Colors of #650398

#650398

Complementary Color

#650398 #369803

#650398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#650398 Color CSS Codes

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

#650398 Text Font Color

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

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


#650398 Background Color

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

This div background color is #650398


#650398 Border Color

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

This div border color is #650398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650398


Comments

No comments written yet.

Please login to write comment.