Color Hex Logo

#653abc Color Hex

#653ABC
(101,58,188)
0 Favorites   0 Comments

Color spaces of #653abc

RGB 10158188
HSL0.720.530.48
HSV260°69°74°
CMYK 0.460.690.00   0.26
XYZ15.95709.423748.5549
Yxy9.42370.21580.1275
Hunter Lab30.698039.0636-72.2900
CIE-Lab36.787648.2969-61.7861

#653abc color RGB value is (101,58,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111010 10111100
Octal 145 72 274
Decimal 101 58 188
Hex 65 3A BC

RGB Percentages of Color #653abc

%29.11
%16.71
%54.18

CMYK Percentages of Color #653abc

%46
%69
%0
%26

Triadic Colors of #653abc

#653abc #bc653a #3abc65

Analogous Colors of #653abc

#653abc #a63abc #3a50bc

Monochromatic Colors of #653abc

#653abc

Complementary Color

#653abc #91bc3a

#653abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#653abc Color CSS Codes

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

#653abc Text Font Color

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

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


#653abc Background Color

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

This div background color is #653abc


#653abc Border Color

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

This div border color is #653abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653abc


Comments

No comments written yet.

Please login to write comment.