Color Hex Logo

#6505cd Color Hex

#6505CD
(101,5,205)
0 Favorites   0 Comments

Color spaces of #6505cd

RGB 1015205
HSL0.750.950.41
HSV269°98°80°
CMYK 0.510.980.00   0.20
XYZ16.44057.283058.2969
Yxy7.28300.20040.0888
Hunter Lab26.987061.5149-109.1863
CIE-Lab32.442769.7833-78.8803

#6505cd color RGB value is (101,5,205).

#6505cd hex color red value is 101, green value is 5 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6505cd hue: 0.75 , saturation: 0.95 and the lightness value of 6505cd is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00000101 11001101
Octal 145 5 315
Decimal 101 5 205
Hex 65 5 CD

RGB Percentages of Color #6505cd

%32.48
%1.61
%65.92

CMYK Percentages of Color #6505cd

%51
%98
%0
%20

Triadic Colors of #6505cd

#6505cd #cd6505 #05cd65

Analogous Colors of #6505cd

#6505cd #c905cd #0509cd

Monochromatic Colors of #6505cd

#6505cd

Complementary Color

#6505cd #6dcd05

#6505cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6505cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6505cd Color CSS Codes

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

#6505cd Text Font Color

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

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


#6505cd Background Color

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

This div background color is #6505cd


#6505cd Border Color

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

This div border color is #6505cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6505cd


Comments

No comments written yet.

Please login to write comment.