Color Hex Logo

#6705cd Color Hex

#6705CD
(103,5,205)
0 Favorites   0 Comments

Color spaces of #6705cd

RGB 1035205
HSL0.750.950.41
HSV269°98°80°
CMYK 0.500.980.00   0.20
XYZ16.66727.399958.3075
Yxy7.39990.20230.0898
Hunter Lab27.202861.7626-108.0427
CIE-Lab32.700569.9466-78.4456

#6705cd color RGB value is (103,5,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00000101 11001101
Octal 147 5 315
Decimal 103 5 205
Hex 67 5 CD

RGB Percentages of Color #6705cd

%32.91
%1.60
%65.50

CMYK Percentages of Color #6705cd

%50
%98
%0
%20

Triadic Colors of #6705cd

#6705cd #cd6705 #05cd67

Analogous Colors of #6705cd

#6705cd #cb05cd #0507cd

Monochromatic Colors of #6705cd

#6705cd

Complementary Color

#6705cd #6bcd05

#6705cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6705cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6705cd Color CSS Codes

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

#6705cd Text Font Color

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

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


#6705cd Background Color

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

This div background color is #6705cd


#6705cd Border Color

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

This div border color is #6705cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6705cd


Comments

No comments written yet.

Please login to write comment.