Color Hex Logo

#653fb2 Color Hex

#653FB2
(101,63,178)
0 Favorites   0 Comments

Color spaces of #653fb2

RGB 10163178
HSL0.720.480.47
HSV260°65°70°
CMYK 0.430.650.00   0.30
XYZ15.18029.536143.1600
Yxy9.53610.22360.1405
Hunter Lab30.880633.7056-61.2498
CIE-Lab36.996642.8454-55.5430

#653fb2 color RGB value is (101,63,178).

#653fb2 hex color red value is 101, green value is 63 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #653fb2 hue: 0.72 , saturation: 0.48 and the lightness value of 653fb2 is 0.47.

The process color (four color CMYK) of #653fb2 color hex is 0.43, 0.65, 0.00, 0.30. Web safe color of #653fb2 is #663399. Color #653fb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111111 10110010
Octal 145 77 262
Decimal 101 63 178
Hex 65 3F B2

RGB Percentages of Color #653fb2

%29.53
%18.42
%52.05

CMYK Percentages of Color #653fb2

%43
%65
%0
%30

Triadic Colors of #653fb2

#653fb2 #b2653f #3fb265

Analogous Colors of #653fb2

#653fb2 #9f3fb2 #3f52b2

Monochromatic Colors of #653fb2

#653fb2

Complementary Color

#653fb2 #8cb23f

#653fb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653fb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#653fb2 Color CSS Codes

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

#653fb2 Text Font Color

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

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


#653fb2 Background Color

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

This div background color is #653fb2


#653fb2 Border Color

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

This div border color is #653fb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653fb2


Comments

No comments written yet.

Please login to write comment.