Color Hex Logo

#652399 Color Hex

#652399
(101,35,153)
0 Favorites   0 Comments

Color spaces of #652399

RGB 10135153
HSL0.760.630.37
HSV274°77°60°
CMYK 0.340.770.00   0.40
XYZ11.71766.268730.7294
Yxy6.26870.24050.1287
Hunter Lab25.037439.7234-55.2429
CIE-Lab30.080550.2267-51.7390

#652399 color RGB value is (101,35,153).

#652399 hex color red value is 101, green value is 35 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #652399 hue: 0.76 , saturation: 0.63 and the lightness value of 652399 is 0.37.

The process color (four color CMYK) of #652399 color hex is 0.34, 0.77, 0.00, 0.40. Web safe color of #652399 is #663399. Color #652399 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00100011 10011001
Octal 145 43 231
Decimal 101 35 153
Hex 65 23 99

RGB Percentages of Color #652399

%34.95
%12.11
%52.94

CMYK Percentages of Color #652399

%34
%77
%0
%40

Triadic Colors of #652399

#652399 #996523 #239965

Analogous Colors of #652399

#652399 #992392 #2a2399

Monochromatic Colors of #652399

#652399

Complementary Color

#652399 #579923

#652399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#652399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#652399 Color CSS Codes

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

#652399 Text Font Color

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

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


#652399 Background Color

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

This div background color is #652399


#652399 Border Color

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

This div border color is #652399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #652399


Comments

No comments written yet.

Please login to write comment.