Color Hex Logo

#693edb Color Hex

#693EDB
(105,62,219)
0 Favorites   0 Comments

Color spaces of #693edb

RGB 10562219
HSL0.710.690.55
HSV256°72°86°
CMYK 0.520.720.00   0.14
XYZ20.334511.563068.1780
Yxy11.56300.20320.1155
Hunter Lab34.004447.2346-95.0719
CIE-Lab40.513055.4536-73.6670

#693edb color RGB value is (105,62,219).

#693edb hex color red value is 105, green value is 62 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #693edb hue: 0.71 , saturation: 0.69 and the lightness value of 693edb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111110 11011011
Octal 151 76 333
Decimal 105 62 219
Hex 69 3E DB

RGB Percentages of Color #693edb

%27.20
%16.06
%56.74

CMYK Percentages of Color #693edb

%52
%72
%0
%14

Triadic Colors of #693edb

#693edb #db693e #3edb69

Analogous Colors of #693edb

#693edb #b83edb #3e62db

Monochromatic Colors of #693edb

#693edb

Complementary Color

#693edb #b0db3e

#693edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#693edb Color CSS Codes

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

#693edb Text Font Color

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

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


#693edb Background Color

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

This div background color is #693edb


#693edb Border Color

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

This div border color is #693edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693edb


Comments

No comments written yet.

Please login to write comment.