Color Hex Logo

#653bbf Color Hex

#653BBF
(101,59,191)
0 Favorites   0 Comments

Color spaces of #653bbf

RGB 10159191
HSL0.720.530.49
HSV259°69°75°
CMYK 0.470.690.00   0.25
XYZ16.33489.656250.2931
Yxy9.65620.21410.1266
Hunter Lab31.074439.4513-74.2071
CIE-Lab37.218248.6008-62.8457

#653bbf color RGB value is (101,59,191).

#653bbf hex color red value is 101, green value is 59 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #653bbf hue: 0.72 , saturation: 0.53 and the lightness value of 653bbf is 0.49.

The process color (four color CMYK) of #653bbf color hex is 0.47, 0.69, 0.00, 0.25. Web safe color of #653bbf is #6633cc. Color #653bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111011 10111111
Octal 145 73 277
Decimal 101 59 191
Hex 65 3B BF

RGB Percentages of Color #653bbf

%28.77
%16.81
%54.42

CMYK Percentages of Color #653bbf

%47
%69
%0
%25

Triadic Colors of #653bbf

#653bbf #bf653b #3bbf65

Analogous Colors of #653bbf

#653bbf #a73bbf #3b53bf

Monochromatic Colors of #653bbf

#653bbf

Complementary Color

#653bbf #95bf3b

#653bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#653bbf Color CSS Codes

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

#653bbf Text Font Color

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

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


#653bbf Background Color

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

This div background color is #653bbf


#653bbf Border Color

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

This div border color is #653bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653bbf


Comments

No comments written yet.

Please login to write comment.