Color Hex Logo

#6853cd Color Hex

#6853CD
(104,83,205)
0 Favorites   0 Comments

Color spaces of #6853cd

RGB 10483205
HSL0.700.550.56
HSV250°60°80°
CMYK 0.490.600.00   0.20
XYZ19.821613.537359.3259
Yxy13.53730.21390.1461
Hunter Lab36.793131.7758-69.8453
CIE-Lab43.561939.7758-60.6591

#6853cd color RGB value is (104,83,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010011 11001101
Octal 150 123 315
Decimal 104 83 205
Hex 68 53 CD

RGB Percentages of Color #6853cd

%26.53
%21.17
%52.30

CMYK Percentages of Color #6853cd

%49
%60
%0
%20

Triadic Colors of #6853cd

#6853cd #cd6853 #53cd68

Analogous Colors of #6853cd

#6853cd #a553cd #537bcd

Monochromatic Colors of #6853cd

#6853cd

Complementary Color

#6853cd #b8cd53

#6853cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6853cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6853cd Color CSS Codes

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

#6853cd Text Font Color

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

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


#6853cd Background Color

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

This div background color is #6853cd


#6853cd Border Color

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

This div border color is #6853cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6853cd


Comments

No comments written yet.

Please login to write comment.