Color Hex Logo

#653fdc Color Hex

#653FDC
(101,63,220)
0 Favorites   0 Comments

Color spaces of #653fdc

RGB 10163220
HSL0.710.690.55
HSV255°71°86°
CMYK 0.540.710.00   0.14
XYZ20.062611.489068.8703
Yxy11.48900.19980.1144
Hunter Lab33.895446.3366-96.7414
CIE-Lab40.392254.6354-74.4525

#653fdc color RGB value is (101,63,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111111 11011100
Octal 145 77 334
Decimal 101 63 220
Hex 65 3F DC

RGB Percentages of Color #653fdc

%26.30
%16.41
%57.29

CMYK Percentages of Color #653fdc

%54
%71
%0
%14

Triadic Colors of #653fdc

#653fdc #dc653f #3fdc65

Analogous Colors of #653fdc

#653fdc #b43fdc #3f68dc

Monochromatic Colors of #653fdc

#653fdc

Complementary Color

#653fdc #b6dc3f

#653fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#653fdc Color CSS Codes

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

#653fdc Text Font Color

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

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


#653fdc Background Color

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

This div background color is #653fdc


#653fdc Border Color

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

This div border color is #653fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,63,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 #653fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653fdc


Comments

No comments written yet.

Please login to write comment.