Color Hex Logo

#6523cd Color Hex

#6523CD
(101,35,205)
0 Favorites   0 Comments

Color spaces of #6523cd

RGB 10135205
HSL0.730.710.47
HSV263°83°80°
CMYK 0.510.830.00   0.20
XYZ16.98738.376558.4791
Yxy8.37650.20260.0999
Hunter Lab28.942254.1198-99.5388
CIE-Lab34.755062.8712-75.0625

#6523cd color RGB value is (101,35,205).

#6523cd hex color red value is 101, green value is 35 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6523cd hue: 0.73 , saturation: 0.71 and the lightness value of 6523cd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00100011 11001101
Octal 145 43 315
Decimal 101 35 205
Hex 65 23 CD

RGB Percentages of Color #6523cd

%29.62
%10.26
%60.12

CMYK Percentages of Color #6523cd

%51
%83
%0
%20

Triadic Colors of #6523cd

#6523cd #cd6523 #23cd65

Analogous Colors of #6523cd

#6523cd #ba23cd #2336cd

Monochromatic Colors of #6523cd

#6523cd

Complementary Color

#6523cd #8bcd23

#6523cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6523cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6523cd Color CSS Codes

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

#6523cd Text Font Color

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

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


#6523cd Background Color

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

This div background color is #6523cd


#6523cd Border Color

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

This div border color is #6523cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6523cd


Comments

No comments written yet.

Please login to write comment.