Color Hex Logo

#693fda Color Hex

#693FDA
(105,63,218)
0 Favorites   0 Comments

Color spaces of #693fda

RGB 10563218
HSL0.710.680.55
HSV256°71°85°
CMYK 0.520.710.00   0.15
XYZ20.258111.620267.5049
Yxy11.62020.20380.1169
Hunter Lab34.088446.4244-93.5494
CIE-Lab40.606054.6776-72.9417

#693fda color RGB value is (105,63,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111111 11011010
Octal 151 77 332
Decimal 105 63 218
Hex 69 3F DA

RGB Percentages of Color #693fda

%27.20
%16.32
%56.48

CMYK Percentages of Color #693fda

%52
%71
%0
%15

Triadic Colors of #693fda

#693fda #da693f #3fda69

Analogous Colors of #693fda

#693fda #b73fda #3f63da

Monochromatic Colors of #693fda

#693fda

Complementary Color

#693fda #b0da3f

#693fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#693fda Color CSS Codes

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

#693fda Text Font Color

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

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


#693fda Background Color

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

This div background color is #693fda


#693fda Border Color

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

This div border color is #693fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693fda


Comments

No comments written yet.

Please login to write comment.