Color Hex Logo

#693fca Color Hex

#693FCA
(105,63,202)
0 Favorites   0 Comments

Color spaces of #693fca

RGB 10563202
HSL0.720.570.52
HSV258°69°79°
CMYK 0.480.690.00   0.21
XYZ18.263910.822557.0035
Yxy10.82250.21210.1257
Hunter Lab32.897641.5280-79.7069
CIE-Lab39.279950.2529-65.8820

#693fca color RGB value is (105,63,202).

#693fca hex color red value is 105, green value is 63 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #693fca hue: 0.72 , saturation: 0.57 and the lightness value of 693fca is 0.52.

The process color (four color CMYK) of #693fca color hex is 0.48, 0.69, 0.00, 0.21. Web safe color of #693fca is #6633cc. Color #693fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111111 11001010
Octal 151 77 312
Decimal 105 63 202
Hex 69 3F CA

RGB Percentages of Color #693fca

%28.38
%17.03
%54.59

CMYK Percentages of Color #693fca

%48
%69
%0
%21

Triadic Colors of #693fca

#693fca #ca693f #3fca69

Analogous Colors of #693fca

#693fca #af3fca #3f5aca

Monochromatic Colors of #693fca

#693fca

Complementary Color

#693fca #a0ca3f

#693fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#693fca Color CSS Codes

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

#693fca Text Font Color

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

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


#693fca Background Color

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

This div background color is #693fca


#693fca Border Color

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

This div border color is #693fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693fca


Comments

No comments written yet.

Please login to write comment.