Color Hex Logo

#6853de Color Hex

#6853DE
(104,83,222)
0 Favorites   0 Comments

Color spaces of #6853de

RGB 10483222
HSL0.690.680.60
HSV249°63°87°
CMYK 0.530.630.00   0.13
XYZ21.987014.403570.7286
Yxy14.40350.20530.1345
Hunter Lab37.951936.9959-83.9286
CIE-Lab44.806144.8392-68.3727

#6853de color RGB value is (104,83,222).

#6853de hex color red value is 104, green value is 83 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6853de hue: 0.69 , saturation: 0.68 and the lightness value of 6853de is 0.60.

The process color (four color CMYK) of #6853de color hex is 0.53, 0.63, 0.00, 0.13. Web safe color of #6853de is #6666cc. Color #6853de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010011 11011110
Octal 150 123 336
Decimal 104 83 222
Hex 68 53 DE

RGB Percentages of Color #6853de

%25.43
%20.29
%54.28

CMYK Percentages of Color #6853de

%53
%63
%0
%13

Triadic Colors of #6853de

#6853de #de6853 #53de68

Analogous Colors of #6853de

#6853de #ae53de #5384de

Monochromatic Colors of #6853de

#6853de

Complementary Color

#6853de #c9de53

#6853de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6853de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6853de Color CSS Codes

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

#6853de Text Font Color

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

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


#6853de Background Color

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

This div background color is #6853de


#6853de Border Color

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

This div border color is #6853de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6853de


Comments

No comments written yet.

Please login to write comment.