Color Hex Logo

#693dda Color Hex

#693DDA
(105,61,218)
0 Favorites   0 Comments

Color spaces of #693dda

RGB 10561218
HSL0.710.680.55
HSV257°72°85°
CMYK 0.520.720.00   0.15
XYZ20.149311.402767.4686
Yxy11.40270.20350.1152
Hunter Lab33.767947.4172-94.8245
CIE-Lab40.250655.6738-73.5238

#693dda color RGB value is (105,61,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111101 11011010
Octal 151 75 332
Decimal 105 61 218
Hex 69 3D DA

RGB Percentages of Color #693dda

%27.34
%15.89
%56.77

CMYK Percentages of Color #693dda

%52
%72
%0
%15

Triadic Colors of #693dda

#693dda #da693d #3dda69

Analogous Colors of #693dda

#693dda #b83dda #3d60da

Monochromatic Colors of #693dda

#693dda

Complementary Color

#693dda #aeda3d

#693dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#693dda Color CSS Codes

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

#693dda Text Font Color

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

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


#693dda Background Color

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

This div background color is #693dda


#693dda Border Color

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

This div border color is #693dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693dda


Comments

No comments written yet.

Please login to write comment.