Color Hex Logo

#693dfc Color Hex

#693DFC
(105,61,252)
0 Favorites   0 Comments

Color spaces of #693dfc

RGB 10561252
HSL0.710.970.61
HSV254°76°99°
CMYK 0.580.760.00   0.01
XYZ25.065113.369093.3549
Yxy13.36900.19020.1014
Hunter Lab36.563658.3789-125.7857
CIE-Lab43.314164.9730-87.7353

#693dfc color RGB value is (105,61,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111101 11111100
Octal 151 75 374
Decimal 105 61 252
Hex 69 3D FC

RGB Percentages of Color #693dfc

%25.12
%14.59
%60.29

CMYK Percentages of Color #693dfc

%58
%76
%0
%1

Triadic Colors of #693dfc

#693dfc #fc693d #3dfc69

Analogous Colors of #693dfc

#693dfc #c93dfc #3d71fc

Monochromatic Colors of #693dfc

#693dfc

Complementary Color

#693dfc #d0fc3d

#693dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#693dfc Color CSS Codes

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

#693dfc Text Font Color

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

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


#693dfc Background Color

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

This div background color is #693dfc


#693dfc Border Color

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

This div border color is #693dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693dfc


Comments

No comments written yet.

Please login to write comment.