Color Hex Logo

#653ddc Color Hex

#653DDC
(101,61,220)
0 Favorites   0 Comments

Color spaces of #653ddc

RGB 10161220
HSL0.710.690.55
HSV255°72°86°
CMYK 0.540.720.00   0.14
XYZ19.953811.271568.8341
Yxy11.27150.19940.1126
Hunter Lab33.573147.3368-98.0599
CIE-Lab40.034055.6400-75.0399

#653ddc color RGB value is (101,61,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111101 11011100
Octal 145 75 334
Decimal 101 61 220
Hex 65 3D DC

RGB Percentages of Color #653ddc

%26.44
%15.97
%57.59

CMYK Percentages of Color #653ddc

%54
%72
%0
%14

Triadic Colors of #653ddc

#653ddc #dc653d #3ddc65

Analogous Colors of #653ddc

#653ddc #b53ddc #3d65dc

Monochromatic Colors of #653ddc

#653ddc

Complementary Color

#653ddc #b4dc3d

#653ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#653ddc Color CSS Codes

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

#653ddc Text Font Color

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

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


#653ddc Background Color

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

This div background color is #653ddc


#653ddc Border Color

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

This div border color is #653ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653ddc


Comments

No comments written yet.

Please login to write comment.