Color Hex Logo

#6553cd Color Hex

#6553CD
(101,83,205)
0 Favorites   0 Comments

Color spaces of #6553cd

RGB 10183205
HSL0.690.550.56
HSV249°60°80°
CMYK 0.510.600.00   0.20
XYZ19.479513.361059.3099
Yxy13.36100.21140.1450
Hunter Lab36.552731.1582-70.6162
CIE-Lab43.302239.1795-61.0922

#6553cd color RGB value is (101,83,205).

#6553cd hex color red value is 101, green value is 83 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6553cd hue: 0.69 , saturation: 0.55 and the lightness value of 6553cd is 0.56.

The process color (four color CMYK) of #6553cd color hex is 0.51, 0.60, 0.00, 0.20. Web safe color of #6553cd is #6666cc. Color #6553cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010011 11001101
Octal 145 123 315
Decimal 101 83 205
Hex 65 53 CD

RGB Percentages of Color #6553cd

%25.96
%21.34
%52.70

CMYK Percentages of Color #6553cd

%51
%60
%0
%20

Triadic Colors of #6553cd

#6553cd #cd6553 #53cd65

Analogous Colors of #6553cd

#6553cd #a253cd #537ecd

Monochromatic Colors of #6553cd

#6553cd

Complementary Color

#6553cd #bbcd53

#6553cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6553cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6553cd Color CSS Codes

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

#6553cd Text Font Color

<p style="color:#6553cd">Text here</p>

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


#6553cd Background Color

<div style="background-color:#6553cd">
Div content here</div>

This div background color is #6553cd


#6553cd Border Color

<div style="border:3px solid #6553cd">
Div here</div>

This div border color is #6553cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,83,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6553cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6553cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6553cd;
  box-shadow:         1px 1px 3px 2px #6553cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6553cd


Comments

No comments written yet.

Please login to write comment.