Color Hex Logo

#693dff Color Hex

#693DFF
(105,61,255)
0 Favorites   0 Comments

Color spaces of #693dff

RGB 10561255
HSL0.701.000.62
HSV254°76°100°
CMYK 0.590.760.00   0.00
XYZ25.544413.560795.8789
Yxy13.56070.18920.1005
Hunter Lab36.824959.3771-128.5928
CIE-Lab43.596265.7877-88.9459

#693dff color RGB value is (105,61,255).

#693dff hex color red value is 105, green value is 61 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #693dff hue: 0.70 , saturation: 1.00 and the lightness value of 693dff is 0.62.

The process color (four color CMYK) of #693dff color hex is 0.59, 0.76, 0.00, 0.00. Web safe color of #693dff is #6633ff. Color #693dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111101 11111111
Octal 151 75 377
Decimal 105 61 255
Hex 69 3D FF

RGB Percentages of Color #693dff

%24.94
%14.49
%60.57

CMYK Percentages of Color #693dff

%59
%76
%0
%0

Triadic Colors of #693dff

#693dff #ff693d #3dff69

Analogous Colors of #693dff

#693dff #ca3dff #3d72ff

Monochromatic Colors of #693dff

#693dff

Complementary Color

#693dff #d3ff3d

#693dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#693dff Color CSS Codes

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

#693dff Text Font Color

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

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


#693dff Background Color

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

This div background color is #693dff


#693dff Border Color

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

This div border color is #693dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693dff

Related Colors


Comments

No comments written yet.

Please login to write comment.