Color Hex Logo

#693dcb Color Hex

#693DCB
(105,61,203)
0 Favorites   0 Comments

Color spaces of #693dcb

RGB 10561203
HSL0.720.580.52
HSV259°70°80°
CMYK 0.480.700.00   0.20
XYZ18.273910.652557.5929
Yxy10.65250.21120.1231
Hunter Lab32.638242.8242-81.7757
CIE-Lab38.988951.5597-66.9373

#693dcb color RGB value is (105,61,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111101 11001011
Octal 151 75 313
Decimal 105 61 203
Hex 69 3D CB

RGB Percentages of Color #693dcb

%28.46
%16.53
%55.01

CMYK Percentages of Color #693dcb

%48
%70
%0
%20

Triadic Colors of #693dcb

#693dcb #cb693d #3dcb69

Analogous Colors of #693dcb

#693dcb #b03dcb #3d58cb

Monochromatic Colors of #693dcb

#693dcb

Complementary Color

#693dcb #9fcb3d

#693dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#693dcb Color CSS Codes

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

#693dcb Text Font Color

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

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


#693dcb Background Color

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

This div background color is #693dcb


#693dcb Border Color

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

This div border color is #693dcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,61,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693dcb


Comments

No comments written yet.

Please login to write comment.