Color Hex Logo

#693acd Color Hex

#693ACD
(105,58,205)
0 Favorites   0 Comments

Color spaces of #693acd

RGB 10558205
HSL0.720.600.52
HSV259°72°80°
CMYK 0.490.720.00   0.20
XYZ18.358210.437158.8046
Yxy10.43710.20960.1191
Hunter Lab32.306544.8964-85.3057
CIE-Lab38.615853.6113-68.7071

#693acd color RGB value is (105,58,205).

#693acd hex color red value is 105, green value is 58 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #693acd hue: 0.72 , saturation: 0.60 and the lightness value of 693acd is 0.52.

The process color (four color CMYK) of #693acd color hex is 0.49, 0.72, 0.00, 0.20. Web safe color of #693acd is #6633cc. Color #693acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111010 11001101
Octal 151 72 315
Decimal 105 58 205
Hex 69 3A CD

RGB Percentages of Color #693acd

%28.53
%15.76
%55.71

CMYK Percentages of Color #693acd

%49
%72
%0
%20

Triadic Colors of #693acd

#693acd #cd693a #3acd69

Analogous Colors of #693acd

#693acd #b33acd #3a55cd

Monochromatic Colors of #693acd

#693acd

Complementary Color

#693acd #9ecd3a

#693acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#693acd Color CSS Codes

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

#693acd Text Font Color

<p style="color:#693acd">Text here</p>

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


#693acd Background Color

<div style="background-color:#693acd">
Div content here</div>

This div background color is #693acd


#693acd Border Color

<div style="border:3px solid #693acd">
Div here</div>

This div border color is #693acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,58,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #693acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #693acd;
  -webkit-box-shadow: 1px 1px 3px 2px #693acd;
  box-shadow:         1px 1px 3px 2px #693acd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,58,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 #693acd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693acd


Comments

No comments written yet.

Please login to write comment.