Color Hex Logo

#653cdc Color Hex

#653CDC
(101,60,220)
0 Favorites   0 Comments

Color spaces of #653cdc

RGB 10160220
HSL0.710.700.55
HSV255°73°86°
CMYK 0.540.730.00   0.14
XYZ19.901011.165768.8165
Yxy11.16570.19920.1118
Hunter Lab33.415147.8326-98.7137
CIE-Lab39.858256.1357-75.3285

#653cdc color RGB value is (101,60,220).

#653cdc hex color red value is 101, green value is 60 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #653cdc hue: 0.71 , saturation: 0.70 and the lightness value of 653cdc is 0.55.

The process color (four color CMYK) of #653cdc color hex is 0.54, 0.73, 0.00, 0.14. Web safe color of #653cdc is #6633cc. Color #653cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111100 11011100
Octal 145 74 334
Decimal 101 60 220
Hex 65 3C DC

RGB Percentages of Color #653cdc

%26.51
%15.75
%57.74

CMYK Percentages of Color #653cdc

%54
%73
%0
%14

Triadic Colors of #653cdc

#653cdc #dc653c #3cdc65

Analogous Colors of #653cdc

#653cdc #b53cdc #3c63dc

Monochromatic Colors of #653cdc

#653cdc

Complementary Color

#653cdc #b3dc3c

#653cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#653cdc Color CSS Codes

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

#653cdc Text Font Color

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

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


#653cdc Background Color

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

This div background color is #653cdc


#653cdc Border Color

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

This div border color is #653cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653cdc


Comments

No comments written yet.

Please login to write comment.